Hi Georg, > Hi Bing, > > Bing Du wrote: >> Looks like it's encrypting email address caused the problem. The site >> template has: >> >> # Spam protect emails!# Convert @ to the @ image in emails >> config.spamProtectEmailAddresses = 2 >> config.spamProtectEmailAddresses_atSubst = <img >> src="fileadmin/templates/images/at.gif" align="absbottom" border="0" >> alt="@" /> > > Just a wild guess: may be, the alt="@" is responsible? Try to remove it > for a test. > > regards, Georg > -- > ___ ___ > | + | |__ Georg Rehfeld Woltmanstr. 12 20097 Hamburg > |_|_\ |___ [EMAIL PROTECTED] +49 (40) 23 53 27 10 > > (Delete .nospam from mail address)
Removing '@' didn't make any difference. I also tried changing config.spamProtectEmailAddresses to 'ascii'. There was no PHP fatal error anymore. However, the email address shows up as explicit mailto without being converted to Unicode HTML notation as shown in the example in the manual http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/7/3/ === Example: mailto:[EMAIL PROTECTED] will be converted to mailto:a@b.c === Bing _______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
