[TYPO3-english] Powermail - multiple recipents fails
Sinisa Mitrovic
sinisa.mitrovic at europoint.com
Mon Jan 28 11:38:49 CET 2013
Hi Brian,
It looks like bug in core http://forge.typo3.org/issues/25295.
The best is to update your instalation or you can try this:
Comment out this lines of code:
private function _assertValidAddress ( $ address )
{
if ( preg_match ( '/ ^' . $ this -> getGrammar ( 'addr-spec' ). '$ /
D' ,
$ address ))
{
/ / throw new Swift_RfcComplianceException (
/ / '[.. $ address Address in mailbox given'
/ / ']. does not comply with RFC 2822, 3.6.2'
/ /);
}
}
In typo3/contrib/swiftmailer/classes/Swift/Mime/Headers/MailboxHeader.php
Hope this helps
Best regards,
Siniša Mitrović
-----Original Message-----
From: typo3-english-bounces at lists.typo3.org
[mailto:typo3-english-bounces at lists.typo3.org] On Behalf Of Brian Bendtsen
Sent: Monday, January 28, 2013 11:10 AM
To: typo3-english at lists.typo3.org
Subject: [TYPO3-english] Powermail - multiple recipents fails
Hi
I'm using TYPO3 4.5.16 and powermail 1.6.9
I have set up a powermail and inserted two mailadresses in the recipients
field using both comma and semi-colon, but both methods result in the error
'Address in mailbox given [] does not comply with RFC 2822, 3.6.2.'
example: 'bb at attensa.dk,support at attensa.dk' or
'bb at attensa.dk;support at attensa.dk'
Any ideas why this fails?
--
Med venlig hilsen/Best Regards
Brian Bendtsen
TYPO3 Konsulent/Udvikler
Attensa
Website: http://www.attensa.dk
_______________________________________________
TYPO3-english mailing list
TYPO3-english at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
More information about the TYPO3-english
mailing list