Update dependency phpmailer/phpmailer to v6.3.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
phpmailer/phpmailer | require | minor |
6.2.0 -> 6.3.0
|
Release Notes
PHPMailer/PHPMailer
v6.3.0
- Handle early connection errors such as 421 during connection and EHLO states
- Switch to Github Actions for CI
- Generate debug output for
mail()
, sendmail, and qmail transports. Enable using the same mechanism as for SMTP: setSMTPDebug
> 0 - Make the
mail()
and sendmail transports set the envelope sender the same way as SMTP does, i.e. use whateverFrom
is set to, only falling back to thesendmail_from
php.ini setting ifFrom
is unset. This avoids errors from themail()
function ifSender
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, improve tests
Renovate configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.