Bug #79303
closedChange default mail transport - swiftmailer 5.4.5 has deprecated the mail() Transport class
0%
Description
With the update to swiftmailer 5.4.5 the Swift_MailTranport class and corresponding classes have been deprecated,
see also: https://github.com/swiftmailer/swiftmailer/blob/v5.4.5/lib/classes/Swift/MailTransport.php
So I think it would be a good idea to change the default mail transport handler.
Not sure to what though. Maybe make it part of the FIRST_INSTALL process?
Updated by Stefan Neufeind almost 7 years ago
- Related to Task #83805: Upgrade SwiftMailer to v6 added
Updated by Stefan Neufeind almost 7 years ago
Deprecated for security-reasons they say:
https://github.com/swiftmailer/swiftmailer/issues/866
Updated by Stefan Neufeind almost 7 years ago
We can't switch the default for 8 LTS anymore (released version). We might however improve documentation that this transport is deprecated and not really recommended.
For v9 we might upgrade Swiftmailer to v6 (#83805) and there the mail-transport is gone completely.
Updated by Stefan Neufeind almost 7 years ago
- Status changed from New to Rejected
No change for 8 LTS anymore, since it would be a too big change in the LTS-release. But we'll adjust it for v9, which will switch to SwiftMailer v6 which doesn't have that mail-class anymore :-) (see related ticket)