[TYPO3-core] RFC #17518: Content type "mailform" no longer accepts list of addresses for "Recipient List"
Markus Klein
klein.t3 at mfc-linz.at
Mon Feb 21 17:10:23 CET 2011
+1 by reading and testing on trunk
Kind regards
Markus
> -----Original Message-----
> From: typo3-team-core-bounces at lists.typo3.org [mailto:typo3-team-core-
> bounces at lists.typo3.org] On Behalf Of Jigal van Hemert
> Sent: Tuesday, February 08, 2011 7:06 PM
> To: typo3-team-core at lists.typo3.org
> Subject: [TYPO3-core] RFC #17518: Content type "mailform" no longer
> accepts list of addresses for "Recipient List"
>
> Hi,
>
> This is a SVN patch request.
>
> Type: Bugfix
>
> BT reference: http://bugs.typo3.org/view.php?id=17518
>
> Branches: trunk / 4_5
>
> Problem:
> 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.
>
> Solution:
> Parse the address(es) like we do in the Swift Mailer Adapter using the
> t3lib_mail_Rfc822AddressesParser
>
> How to test:
> Make a content element mailform and set two or more email addresses
> (comma separated) as the recipient.
>
> Notes:
> The function parseAddresses() is borrowed from the Swift Mailer Adapter
> and already in use in many installations.
>
> --
> Jigal van Hemert
> skype:jigal.van.hemert
> msn: jigal at xs4all.nl
> http://twitter.com/jigalvh
More information about the TYPO3-team-core
mailing list