Actions
Bug #24993
closedhtmlMail - Can't send mails on port based systems with Swiftmailer substitution
Start date:
2011-02-09
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Problem:
The old and deprecated htmlmailer cannot send mails to port based systems anymore, because SwiftMailer always throws an exception that the generated message is is invalid. Unfortunatly there are some popular extensions that still use the htmlmailer like powermail.
Solution:
Use the code from Swift for the message id generation.
How To Test:
1) Setup somehow a system that must be called with a port information (e.g. example.org:81)
2) Install powermail and try to send mails
(issue imported from #M17531)
Files
Updated by Stefan Galinski over 13 years ago
Committed in:
rev 10559 (trunk)
rev 10560 (4.5)
Actions