Changes between Initial Version and Version 1 of Ticket #40576
- Timestamp:
- 04/26/2017 01:15:17 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #40576
-
Property
Component
changed from
GeneraltoMail -
Property
Milestone
changed from
Awaiting Reviewto4.7.5
-
Property
Component
changed from
-
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/396461 This change in 4.7.2 probably broke sending emails for some websites: [39646] 2 2 3 3 PHPMailer 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`.