sulu / skeleton

Project template for starting your new project based on the Sulu content management system
https://sulu.io
MIT License
261 stars 81 forks source link

Move default sender to mailer configuration #182

Closed alexander-schranz closed 2 years ago

alexander-schranz commented 2 years ago
Q A
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Fixed tickets fixes #issuenum
Related issues/PRs #issuenum
License MIT
Documentation PR sulu/sulu-docs#prnum

What's in this PR?

Move default sender to mailer configuration.

Why?

Currently the scheb/2fa bundle had a required sender_email configuration with 6.1 this is not longer the case and we can configure the sender in the symfony/mailer which is already better default. In future the sulu form bundle and sulu community bundle should also use by default the symfony mailer and so the sender is also used when not explicit configured by this configuraiton.