[TYPO3-english] Formhandler: no email is sent

Victor Livakovsky v-tyok at mail.ru
Mon Jul 2 18:07:50 CEST 2012


Hi, Lamb.

>  finishers.1.class = Finisher_Mail
>  finishers.1.config {
>     admin {
>       templateFile = TEXT
>       templateFile.value = fileadmin/template/main/html_forms/email.html
>       to_email = myemail at mydomain.com
>       sender_email = email
>       subject = subject
>     }
>   }
>   finishers.2.class = Finisher_Redirect
>   finishers.2.config.redirectPage = 179
> }
>
> And the form will correctly submit but no email is sent to my email 
> address. What am I doing incorrectly?=

Maybe, you've not configured mailing transport in Install Tool or it simply 
doesn't work? Try to send a test mail from Install Tool and see, if it 
works.
Also I usually add following to configuration of formhandler:
finishers.1.class = Finisher_Mail
finishers.1.config {
    mailer.class = Mailer_TYPO3Mailer
    ...
} 



More information about the TYPO3-english mailing list