Releases: neos/swiftmailer
Releases · neos/swiftmailer
Compatibility with Neos 8.x
Full Changelog: 7.2.0...7.3.0
Compatibility with Flow 7.0
Feature
- Add a mail command (not only) for testing by @daniellienert in #19
Full Changelog: 7.1.0...7.2.0
Compatibility with Flow 6.0
What's Changed
- Adjust docs about setting the email body by @ulbrich-media in #17
- Adjust logger calls for Flow 6.0 by @daniellienert in #18
New Contributors
- @ulbrich-media made their first contribution in #17
Full Changelog: 7.0.1...7.1.0
7.0.1
Bugfix
- Replace default Swift_MailTransport with Swift_SendmailTransport by @kdambekalns in #16
Full Changelog: 6.0.4...7.0.1
7.0.0
Now uses Swift Mailer 6. It behaves the same, adjustments should not be needed.
Unless you use e.g. attachments, the ::newInstance
method is gone now. So make sure to try this before you deploy to production.
What's Changed
- TASK: Update to use swiftmailer/swiftmailer version 6 by @kdambekalns in #14
- BUGFIX: Require Swift_Transport instead of TransportInterface by @daniellienert in #15
Full Changelog: 6.0.3...7.0.0
6.0.4 - DO NOT USE
This pulls in Swift Mailer 6, breaking compatibility. Please upgrade to 6.0.5 to fix this.
Or switch to 7.0.0 if you actually want to use Swift Mailer 6…
6.0.5
Same as 6.0.3, fixing the accidential release of the next major as 6.0.4. Sorry for that!
6.0.3
Improve documentation
6.0.2 – Flow 5.0 compatibility
TASK: Flow 5.0 compatibility
6.0.1
Just a small fix to the documentation (mentioned TYPO3 in places…)