gusdeboer / symfony-7-boilerplate

Ready to go Symfony boilerplate. (Social login, Symfony UX)
0 stars 1 forks source link

Async mail worker #22

Open gusdeboer opened 1 month ago

gusdeboer commented 1 month ago

A default mailing service should be implemented. The feature could be added in the register/signup feature.

Mails should be added to the messenger queue and be handled by an async worker by using the MessageBus and adding a notifier class to send the email

Mail template should have a separate directory with templates.