Changelog (v6.1.6...v6.2.0-BETA1)
- feature #47711 deprecate attach/embed methods in favor of Email::addPart() (fabpot)
- feature #47730 Ban DateTime from the codebase (WebMamba)
- feature #47462 Simplify adding Parts to an Email (fabpot)
- feature #47190 Add a way to change the Bus transport dynamically (fabpot)
- feature #47191 Add a way to inject Stamps when sending an email via Messenger (fabpot)
- feature #47170 Use better error code when auth fails (fabpot)
- feature #47080 Add new events (fabpot)
- feature #47049 Throw a more specific exception when a BodyRendererInterface is needed but not configured (fabpot)
- feature #47040 Add a mailer:test command (fabpot)
- feature #46326 SMTP Transport to provide the (final) Message-ID if available (Raphaël Droz)
- feature #45404 allow custom hosts for ses+smtp with amazon mailer (jrushlow)
- feature #46211 Add Infobip bridge (B-Galati)
- feature #46183 Hide sensitive information with
SensitiveParameter
attribute (GromNaN) - feature #46714 Deprecate OhMySmtp Transport, Create MailPace transport (Holicz)
- feature #46315
max_per_second
option configurable via DSN (gassan)