[TYPO3] FORM, defined using ts, not sending to email address

Andrew Davis andrew at avagraphique.com
Mon Jun 4 22:19:37 CEST 2007


we've seen this issue beofer it seems


http://lists.netfielders.de/pipermail/typo3-english/2006-March/021751.html


JoH asenau wrote:
>> and my code not inserting it either... weird...
>>
>> 499.type = recipient=hidden
>> 499.value = andrew at avagraphique.com
>>
>> ???
> 
> Not weird but secure, maybe ;-)
> 
> The following are both settings you can use in the install tool "all
> configuration" section:
> 
> [strictFormmail]
> Boolean. If set, the internal "formmail" feature in TYPO3 will send mail
> ONLY to recipients which has been encoded by the system itself. This
> protects against spammers misusing the formmailer.
> 
> [secureFormmail]
> Boolean. If set, the internal "formmail" feature in TYPO3 will send mail
> ONLY to the recipients that are defined in the form CE record. This protects
> against spammers misusing the formmailer.
> 
> While the first one will work with both, TS and DB entries, the second will
> only accept recipients that are taken from the DB, which is not the case
> when you are using TS only.
> So check your localconf.php and if secureFormmail is enabled, try to comment
> it out.
> 
> HTH
> 
> Joey
> 


More information about the TYPO3-english mailing list