Update dependency phpmailer/phpmailer to v6.6.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
phpmailer/phpmailer | require | minor |
6.5.4 -> 6.6.0
|
Release Notes
PHPMailer/PHPMailer
v6.6.0
This is a minor feature release.
Prior to this version, any OAuth provider needed to extend the provided OAuth
base class, and this made it difficult to use with libraries other than ones based on the default league client packages. The OAuth property now accepts anything that implements the OAuthProviderInterface
, making it much easier to use things like Google's own OAuth classes. Existing implementations that extend the provided OAuth
base class will still work, as that base class now implements this interface too. Thanks to @pdscopes.
When TLS errors occurred in PHPMailer, the error messages were often missing important info that might help diagnose/solve the problem. These error messages should now be more informative. A minor change is that a TLS error on SMTP connect will now throw an exception if exceptions are enabled. Thanks to @miken32.
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.