Skip to content
Snippets Groups Projects
Commit 953e1b34 authored by Benni Mack's avatar Benni Mack Committed by Georg Ringer
Browse files

[BUGFIX] Properly set Reply-To address in mailer

The symfony/mailer instance needs an email address in the form
of new Address($emailAddress, $name);

The MailUtility::getSystemReplyTo() returns a strange (Swiftmailer-like)
syntax, which was implemented wrong when migrating to Symfony/Mailer.

The change switches the constructor arguments to be used in
the correct order ($email, $name).

Resolves: #90040
Releases: master
Change-Id: I2f2bfc67b47fdd1327895c96bd27b2d481805a1b
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62836


Tested-by: default avatarMarkus Klein <markus.klein@typo3.org>
Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarMarkus Klein <markus.klein@typo3.org>
Reviewed-by: default avatarMathias Brodala <mbrodala@pagemachine.de>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
parent 1b4a1f80
Branches
Tags
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