Actions
Bug #24832
closedSwift Mailer Adapter does not parse To: addresses
Start date:
2011-01-26
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If t3lib_utility_Mail is called with a recipient in the $to parameter which is not a plain simple mail address but has a name included (e.g. "my name" <me@example.org> ) it will throw an exception inside Swift Mailer
solution:
process $to with parseAddresses before setting the To: value
(issue imported from #M17336)
Files
Actions