Closed
Description
Description
Allow setting some default options at the message level in config/packages/mailer.yaml
. Suggestions:
from
: The way suggested at https://symfony.com/doc/master/mailer.html#email-addresses (event subscriber) seems (a) cumbersome and (b) inflexible (what if I want the ability to override the defaultfrom
in some cases?)headers
: TheX-Auto-Response-Suppress
header explained at https://symfony.com/doc/master/mailer.html#message-headers would be a good candidate