Bug #24985
closedContent type "mailform" no longer accepts list of addresses for "Recipient List"
0%
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
Updated by Ernesto Baschny almost 14 years ago
Thanks for your report. It seems that the mailform needs to handle those comma-separated lists of emails.
Updated by Ernesto Baschny almost 14 years ago
Do you have some time to take a look at it, Jigal? Thanks!
Updated by Jigal van Hemert almost 14 years ago
Patch is pending in core list. If it works for you, please vote for it there.
Updated by Jigal van Hemert over 13 years ago
Committed to trunk rev: 10536
4_5 rev: 10537