FriendsOfSymfony / FOSUserBundle

Provides user management for your Symfony project. Compatible with Doctrine ORM & ODM, and custom storages.
https://symfony.com/doc/master/bundles/FOSUserBundle/index.html
MIT License
3.25k stars 1.57k forks source link

add support for symfony mailer #3052

Closed thiagomdiniz closed 6 months ago

thiagomdiniz commented 1 year ago

Added support for Symfony Mailer, allowing to eliminate dependency on deprecated Swift Mailer.

Tested with Symfony 5.4.

stof commented 6 months ago

Closing in favor of #3068 where I submitted the work I started a long time ago.