Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #40576


Ignore:
Timestamp:
04/26/2017 01:15:17 PM (9 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40576

    • Property Component changed from General to Mail
    • Property Milestone changed from Awaiting Review to 4.7.5
  • Ticket #40576 – Description

    initial v1  
    1 This change in 4.7.2 probably broke sending emails for some websites: https://core.trac.wordpress.org/changeset/39646
     1This change in 4.7.2 probably broke sending emails for some websites: [39646]
    22
    33PHPMailer was updated from 5.2.14 to 5.2.21 and several calls to `escapeshellcmd()` were added. But some users reported problems with emails not sending and we found some related errors, for example: `Warning: escapeshellcmd() has been disabled for security reasons in .../wp-includes/class-phpmailer.php on line 1442`.