sylius/mailer-bundle
Mailers and e-mail template management for Symfony projects.
v2.2.0
9.0M downloads/mo
#2036 most downloaded on Packagist
Sylius/SyliusMailerBundle
What this package is like to depend on
Last release 6 months ago
06 Feb 2026
Release timing varies
gaps range from 4 weeks to 1.7 years
Rarely documented
notes for 6 of 89 stable releases
Nothing withdrawn
no release was ever pulled
11 years old
105 releases · first in 2015
1 release in the last 12 months
see the full history below
Release timeline
59 releases · Apr 2015 to Feb 2026Releases
latest 60 of 105-
v2.2.006 Feb 2026Release notes
Open source →TL;DR
Symfony 8 support, PHP 8.2+ required, modernized codebase with native typed properties.
What's Changed
- Create LICENSE_OF_TRADEMARK_AND_LOGO by @damonsson in #271
- Ignore Twig 2.x security advisories to fix CI by @Rafikooo in #282
- fix: Trim subject to avoid
=0Acharacters in mail clients by @jacquesbh in #283 - Require PHP 8.2 and modernize codebase by @Rafikooo in #284
- Drop Symfony 5.4 and Twig 2.x support by @Rafikooo in #285
- Drop Twig 2.x support by @Rafikooo in #286
- Migrate PHPSpec tests to PHPUnit by @Rafikooo in #281
- Add PHP 8.4 and 8.5 to CI matrix by @Rafikooo in #287
- Add Symfony 8 support by @Rafikooo in #276
- Add native typed properties and remove redundant declarations by @Rafikooo in #277
New Contributors
- @jacquesbh made their first contribution in #283
Full Changelog: v2.1.0...v2.2.0
-
v2.1.001 Oct 2024Release notes
Open source →TL;DR
- Email modifications
- Debug command
- Symfony 7 support
Details (full changelog between 2.0 and 2.1 versions)
- #182 [Maintenance] Resolve/remove adapter inside compiler passes (@NoResponseMate, @Zales0123)
- #184 Improve the build and fix it in the same time (@Zales0123)
- #191 Clean up the code for PHP 8.0 (@Zales0123)
- #192 Email modification after creation (@Zales0123)
- #233 [Maintenance] Update ECS config (@NoResponseMate)
- #259 Manage address/name recipients array in SymfonyMailerAdapter (@lanfisis)
- #260 Update phpstan/phpstan requirement from 1.11.10 to 1.12.4
- #262 Update phpstan/phpstan-phpunit requirement from 1.1.1 to 1.4.0
- #265 Update phpstan/phpstan requirement from 1.12.4 to 1.12.5
- #263 Update phpstan/phpstan-webmozart-assert requirement from 1.2.0 to 1.2.11
New Contributors
- @NoResponseMate made their first contribution in #182
- @lanfisis made their first contribution in #259
Full Changelog: v2.0.0...v2.1.0
-
v2.1.0-BETA.124 Sep 2024 pre-releaseRelease notes
Open source →Details
- #259 Manage address/name recipients array in SymfonyMailerAdapter (@lanfisis)
- #260 Update phpstan/phpstan requirement from 1.11.10 to 1.12.4 (@dependabot[@bot])
- #262 Update phpstan/phpstan-phpunit requirement from 1.1.1 to 1.4.0 (@dependabot[@bot], @GSadee)
New Contributors
Full Changelog: v2.1.0-ALPHA.1...v2.1.0-BETA.1
-
v2.1.0-ALPHA.129 Jul 2024 pre-releaseRelease notes
Open source →TL;DR
- Email modifications
- Debug command
- Symfony 7 support
Details
- #182 [Maintenance] Resolve/remove adapter inside compiler passes (@NoResponseMate, @Zales0123)
- #184 Improve the build and fix it in the same time (@Zales0123)
- #191 Clean up the code for PHP 8.0 (@Zales0123)
- #192 Email modification after creation (@Zales0123)
- #222 Update of GitHub file and dependencies (@lchrusciel)
- #233 [Maintenance] Update ECS config (@NoResponseMate)
- #223 Debug Sylius Mailer command (@lchrusciel)
- #242 Unify READMEs on 2.0 and 2.1 (@Zales0123)
- #245 Upgrade PHPstan + fix ECS (@Zales0123)
New Contributors
- @NoResponseMate made their first contribution in #182
- @damonsson made their first contribution in #234
Full Changelog: v2.0.0...v2.1.0-ALPHA.1
-
v2.0.024 Nov 2022Release notes
Open source →TL;DR
Support for Swiftmailer dropped. Support for Symfony 6 added 🖖 🚀
Details
This is a full changelog since the previous minor version: v1.8.0
Features
Improvements
- #158 Remove dead code on sender adapters (@Nek-)
- #164 Remove support for Swiftmailer (@Zales0123)
- #165 Update phpstan/phpstan requirement from 1.7.15 to 1.8.5 (@dependabot[@bot])
-
v2.0.0-BETA.109 Sep 2022 pre-releaseRelease notes
Open source →Details
- #155 Add support for Symfony 6 (@loic425)
- #164 Remove support for Swiftmailer (@Zales0123)
- #165 Update phpstan/phpstan requirement from 1.7.15 to 1.8.5 (@dependabot[@bot])
-
v1.8.124 Nov 2022Release notes
Open source →Details
- #158 Remove dead code on sender adapters (@Nek-)
- #165 Update phpstan/phpstan requirement from 1.7.15 to 1.8.5 (@dependabot[@bot])
-
v1.8.007 Sep 2022Release notes
Open source →TL;DR
🎉 🚀
This is the last release supporting the deprecated Swiftmailer adapter. The next one (2.0.0) will drop it and provides Symfony 6 support.
Summary:
- support for Symfony Mailer
- CC and BCC in the sender
- Symfony 4.4 dropped
- PHP 8.1 support
- lots of improvements and fixes
Details
This is a full changelog since the previous minor version: v1.7.0
Features
- #102 Add an adapter to support the Symfony Mailer component and deprecate the Swiftmailer integration (@mbabker)
- #152 Allow to specify CC and BCC in sender (@Zales0123)
Improvements
- #116 Branch alias should be 1.8-dev now 🖖 (@Zales0123)
- #123 Update phpstan/phpstan requirement from 1.4.9 to 1.6.7 (@dependabot[@bot])
- #124 Drop Symfony 4.4 (@Zales0123)
- #128 [DX] Usable test application (@Zales0123)
- #125 Update phpstan/phpstan-phpunit requirement from 1.0.0 to 1.1.1 (@dependabot[@bot])
- #138 Update phpstan/phpstan-webmozart-assert requirement from 1.1.2 to 1.2.0 (@dependabot[@bot])
- #143 Update phpstan/phpstan requirement from 1.6.7 to 1.7.12 (@dependabot[@bot])
- #144 Support PHP 8.1 (@Zales0123)
- #150 Functional tests for sending emails (via both Swiftmailer and Symfony Mailer) (@Zales0123)
- #154 Add test for Swiftmailer adapter as the default one (@Zales0123)
- #149 Update phpstan/phpstan requirement from 1.7.12 to 1.7.15 (@dependabot[@bot])
- #153 Update rector/rector requirement from ^0.12.19 to ^0.13.6 (@dependabot[@bot])
Fixes
- #142 Upgrade ECS configuration to fix the build (@Zales0123)
- #131 Fix production autoload warning (@Ferror)
- #163 Enable flex in global composer to fix the build (@Zales0123)
-
v1.8.0-BETA.128 Jun 2022 pre-releaseRelease notes
Open source →Features
- #102 Add an adapter to support the Symfony Mailer component and deprecate the Swiftmailer integration (@mbabker)
- #152 Allow to specify CC and BCC in sender (@Zales0123)
Changes
- #116 Branch alias should be 1.8-dev now 🖖 (@Zales0123)
- #123 Update phpstan/phpstan requirement from 1.4.9 to 1.6.7 (@dependabot[@bot])
- #124 Drop Symfony 4.4 (@Zales0123)
- #125 Update phpstan/phpstan-phpunit requirement from 1.0.0 to 1.1.1 (@dependabot[@bot])
- #128 [DX] Usable test application (@Zales0123)
- #138 Update phpstan/phpstan-webmozart-assert requirement from 1.1.2 to 1.2.0 (@dependabot[@bot])
- #143 Update phpstan/phpstan requirement from 1.6.7 to 1.7.12 (@dependabot[@bot])
- #144 Support PHP 8.1 (@Zales0123)
- #149 Update phpstan/phpstan requirement from 1.7.12 to 1.7.15 (@dependabot[@bot])
- #150 Functional tests for sending emails (via both Swiftmailer and Symfony Mailer) (@Zales0123)
- #153 Update rector/rector requirement from ^0.12.19 to ^0.13.6 (@dependabot[@bot])
- #154 Add test for Swiftmailer adapter as the default one (@Zales0123)
- #155 Allow to trigger build manually (@Zales0123)
Fixes
- #118 [Sender] Assert recipient emails are always not empty strings (@lchrusciel)
- #131 Fix production autoload warning (@Ferror)
- #142 Upgrade ECS configuration to fix the build (@Zales0123)
- #151 Fix CS and upgrade configuration (@Zales0123)
-
v1.7.126 Apr 2022Release notes
Open source →Details
- #118 [Sender] Assert recipient emails are always not empty strings (@lchrusciel)
-
v1.7.025 Apr 2022Nothing published for this version
-
v1.6.010 Nov 2020Nothing published for this version
-
v1.5.127 Mar 2020Nothing published for this version
-
v1.5.026 Feb 2020Nothing published for this version
-
v1.4.402 May 2019Nothing published for this version
-
v1.4.311 Feb 2019Nothing published for this version
-
v1.4.2no dateNothing published for this version
-
v1.4.1no dateNothing published for this version
-
v1.4.001 Feb 2019Nothing published for this version
-
v1.4.0-BETA.113 Jan 2019 pre-releaseNothing published for this version
-
v1.3.1202 May 2019Nothing published for this version
-
v1.3.1106 Feb 2019Nothing published for this version
-
v1.3.10no dateNothing published for this version
-
v1.3.9no dateNothing published for this version
-
v1.3.801 Feb 2019Nothing published for this version
-
v1.3.708 Jan 2019Nothing published for this version
-
v1.3.614 Nov 2018Nothing published for this version
-
v1.3.5no dateNothing published for this version
-
v1.3.4no dateNothing published for this version
-
v1.3.303 Oct 2018Nothing published for this version
-
v1.3.2no dateNothing published for this version
-
v1.3.1no dateNothing published for this version
-
v1.3.017 Aug 2018Nothing published for this version
-
v1.3.0-BETAno date pre-releaseNothing published for this version
-
v1.2.1702 May 2019Nothing published for this version
-
v1.2.1607 Jan 2019Nothing published for this version
-
v1.2.15no dateNothing published for this version
-
v1.2.14no dateNothing published for this version
-
v1.2.1313 Nov 2018Nothing published for this version
-
v1.2.12no dateNothing published for this version
-
v1.2.11no dateNothing published for this version
-
v1.2.1005 Jul 2018Nothing published for this version
-
v1.2.9no dateNothing published for this version
-
v1.2.8no dateNothing published for this version
-
v1.2.7no dateNothing published for this version
-
v1.2.6no dateNothing published for this version
-
v1.2.5no dateNothing published for this version
-
v1.2.4no dateNothing published for this version
-
v1.2.3no dateNothing published for this version
-
v1.2.2no dateNothing published for this version
-
v1.2.1no dateNothing published for this version
-
v1.2.011 Jun 2018Nothing published for this version
-
v1.2.0-RC04 Jun 2018 pre-releaseNothing published for this version
-
v1.2.0-BETA01 May 2018 pre-releaseNothing published for this version
-
v1.1.1802 May 2019Nothing published for this version
-
v1.1.1705 Jul 2018Nothing published for this version
-
v1.1.15no dateNothing published for this version
-
v1.1.14no dateNothing published for this version
-
v1.1.13no dateNothing published for this version
-
v1.1.12no dateNothing published for this version