Hi,

On 24-2-2011 17:01, Tony Lush wrote:
When a user submits an ad through ke_smallads 1.1.3 under TYPO3 4.5.0 an
error is generated:

Address in mailbox given [@localhost] does not comply with RFC 2822, 3.6.2.

This did not happen with earlier versions of TYPO3. Can someone point me
in the right direction to debug this?

Looking at the source code of this extension you can probably solve the problem by having the right configuration in notifyEmailUser and/or notifyEmailUserOnUpdate:
- email (to whom you want to send the mail) a valid email address
- fromName ; this is not checked by the extension, so please provide one and if it contains dots or spaces surround it by double quotes
- fromEmail ; use a valid email address here.

File an issue with the author; he/she can find info about the new mailer API in 4.5 at buzz.typo3.org [1]

If all fails you can disable the new mail API for extensions:
$TYPO3_CONF_VARS['MAIL']['substituteOldMailAPI'] = 0

[1] http://buzz.typo3.org/people/jigal-van-hemert/

--
Kind regards / met vriendelijke groet,

Jigal van Hemert
skype:jigal.van.hemert
msn: ji...@xs4all.nl
http://twitter.com/jigalvh
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to