Project

General

Profile

Actions

Bug #24985

closed

Content type "mailform" no longer accepts list of addresses for "Recipient List"

Added by Curt Grimley about 13 years ago. Updated about 13 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
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

17518.patch (2.25 KB) 17518.patch Administrator Admin, 2011-02-08 19:01
Actions #1

Updated by Ernesto Baschny about 13 years ago

Thanks for your report. It seems that the mailform needs to handle those comma-separated lists of emails.

Actions #2

Updated by Ernesto Baschny about 13 years ago

Do you have some time to take a look at it, Jigal? Thanks!

Actions #3

Updated by Jigal van Hemert about 13 years ago

Patch is pending in core list. If it works for you, please vote for it there.

Actions #4

Updated by Jigal van Hemert about 13 years ago

Committed to trunk rev: 10536
4_5 rev: 10537

Actions

Also available in: Atom PDF