Skip to content
Snippets Groups Projects
Commit 6a6b7998 authored by Simon Gilli's avatar Simon Gilli Committed by Christian Kuhn
Browse files

[BUGFIX] Use Address::create instead of new

The usage of Address::create instead of a plain new ensures
compatibility with all Symfony releases. Since Symfony 5.2.6 the
behavior was changed to always return email addresses properly
quoted but this change broke our Mailer.

Resolves: #93843
Related: #93831
Releases: master, 10.4
Change-Id: Ia8d35c220be0ba46cf75dec51585158760fad26d
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68888


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 405fced3
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment