You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #16428 [Mailer] Capitalise From and Bcc header names in global mailer configuration (andyexeter)
This PR was submitted for the 5.4 branch but it was merged into the 5.3 branch instead.
Discussion
----------
[Mailer] Capitalise From and Bcc header names in global mailer configuration
If the `From` header name is not capitalised, the header is replaced by the `Sender` address in the Mime component's Message object:
https://github.com/symfony/symfony/blob/6a52b66da0d35b21031bb344e79522f73d60e05a/src/Symfony/Component/Mime/Message.php#L76-L81
I capitalised `Bcc` as well because the component also looks for this header in a case-sensitive way.
Commits
-------
418426a Capitalise From and Bcc header names in global mailer configuration
0 commit comments