[TYPO3-english] ke_smallads generates email error in TYPO3 4.5.0

Jigal van Hemert jigal at xs4all.nl
Thu Feb 24 19:01:07 CET 2011


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: jigal at xs4all.nl
http://twitter.com/jigalvh


More information about the TYPO3-english mailing list