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

JoH asenau info at cybercraft.de
Mon Jun 4 19:34:16 CEST 2007


> 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

-- 
Wenn man keine Ahnung hat: Einfach mal Fresse halten!
(If you have no clues: simply shut your gob sometimes!)
Dieter Nuhr, German comedian
openBC/Xing: http://www.cybercraft.de
T3 cookbook: http://www.typo3experts.com




More information about the TYPO3-english mailing list