Actions
Bug #24985
closedContent type "mailform" no longer accepts list of addresses for "Recipient List"
Start date:
2011-02-08
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The upgrade to SwiftMailer causes a comma separated list of addresses in the "Recipient List" of a mailform content item to be rejected with the message
Address in mailbox given [ A,B ] does not comply with RFC 2822, 3.6.2.
where A,B is a comma separated list of valid email addresses.
Confirmed in two installations. This worked fine in previous Typo3 versions, so it is a loss of functionality.
A workaround is to use a single address that you have set up in your mail system to be a forwarder (or alias) to each of your intended recipients.
The "Recipient List" field is actually tt_content.subheader.
The content type (CType) is "mailform".
(issue imported from #M17518)
Files
Actions