mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-07 11:20:28 +01:00
0d8da2d665
This is a maintenance release. Changes include: * Handle early connection errors such as 421 during connection and EHLO states. * Make the `mail()` and sendmail transports set the envelope sender the same way as SMTP does, i.e. use whatever `From` is set to, only falling back to the `sendmail_from` php.ini setting if `From` is unset. This avoids errors from the `mail()` function if `Sender` is not set explicitly and php.ini is not configured. This is a minor functionality change, so bumps the minor version number. * Extend `parseAddresses` to decode encoded names. Release notes: https://github.com/PHPMailer/PHPMailer/releases/tag/v6.3.0 For a full list of changes in this update, see the PHPMailer GitHub: https://github.com/PHPMailer/PHPMailer/compare/v6.2.0...v6.3.0 Props ayeshrajans. Fixes #52577. Built from https://develop.svn.wordpress.org/trunk@50397 git-svn-id: http://core.svn.wordpress.org/trunk@50008 1a063a9b-81f0-0310-95a4-ce76da25c4cd |
||
---|---|---|
.. | ||
Exception.php | ||
PHPMailer.php | ||
SMTP.php |