Releases: symfony/mailer
Releases · symfony/mailer
v7.1.0
Changelog (v7.1.0-RC1...v7.1.0)
- bug symfony/symfony#54572 [Mailer] Fix sendmail transport failure handling and interactive mode (@bobvandevijver)
v7.1.0-RC1
Changelog (v7.1.0-BETA1...v7.1.0-RC1)
- bug symfony/symfony#54837 [Mailer] [Sendgrid] Use
DataPart::getContentId()
whenDataPart::setContentId()
is used (@SherinBloemendaal)
v7.1.0-BETA1
Changelog (v7.0.7...v7.1.0-BETA1)
- feature symfony/symfony#54525 [Mailer] [Resend] Add Resend webhook signature verification (@welcoMattic)
- feature symfony/symfony#54044 [Mailer] Add support for allowing some users even if
recipients
is defined inEnvelopeListener
(@lyrixx) - feature symfony/symfony#53901 [Mailer] [Amazon] Add support for X-SES-LIST-MANAGEMENT-OPTIONS header (@sebschaefer)
- feature symfony/symfony#53706 [Mailer] Add timestamp to SMTP debug log (@bytestream)
- feature symfony/symfony#53740 Mailersend webhook remote event (@doobas, @fabpot)
- feature symfony/symfony#53621 [Mailer] [Smtp] Add DSN param 'auto_tls' to disable automatic STARTTLS (@srsbiz)
- feature symfony/symfony#53554 [Mailer] Add Resend bridge (@welcoMattic)
- feature symfony/symfony#52842 [Mailer] Add Azure bridge (@hafael)
- feature symfony/symfony#52916 [Mailer] Dispatch event for Postmark's "inactive recipient" API error (@vicdelfant)
v7.0.7
Changelog (v7.0.6...v7.0.7)
- no significant changes
v6.4.7
Changelog (v6.4.6...v6.4.7)
- no significant changes
v5.4.39
Changelog (v5.4.38...v5.4.39)
- no significant changes
v7.0.6
Changelog (v7.0.5...v7.0.6)
- bug symfony/symfony#53969 [Mailer] include message id provided by the MTA when dispatching the
SentMessageEvent
(@xabbuh) - bug symfony/symfony#54199 [Mailer] [Brevo] Check that tags is present in payload before calling setTags (@palgalik)
- bug symfony/symfony#54239 [Mailer] Fix sendmail transport not handling failure (@aboks)
v6.4.6
Changelog (v6.4.5...v6.4.6)
- bug symfony/symfony#53969 [Mailer] include message id provided by the MTA when dispatching the
SentMessageEvent
(@xabbuh) - bug symfony/symfony#54199 [Mailer] [Brevo] Check that tags is present in payload before calling setTags (@palgalik)
- bug symfony/symfony#54239 [Mailer] Fix sendmail transport not handling failure (@aboks)
v5.4.38
Changelog (v5.4.37...v5.4.38)
- bug symfony/symfony#54239 [Mailer] Fix sendmail transport not handling failure (@aboks)
v7.0.4
Changelog (v7.0.3...v7.0.4)
- bug symfony/symfony#53935 [Mailer] [Mailgun] Fix expecting payload without tags or user variables (@norkunas)
- bug symfony/symfony#53869 [Mailer][Postmark][Webhook] Fix webhook testing in dockerized setups (@aleho)
- bug symfony/symfony#53829 [Mailer][Postmark][Webhook] Accept different date formats (@aleho)
- bug symfony/symfony#53824 [Mailer][Postmark][Webhook] Don't require tag and metadata (@aleho)
- bug symfony/symfony#53704 Fix client side connection timeout breaks mail authentication (@bytestream)
- bug symfony/symfony#53712 [Mailer] Fix usage of stream_set_timeout in case of microseconds (@aleksejs1)
- bug symfony/symfony#53716 [Mailer] [Mailgun] Fix payload converter getReason (@norkunas)