[TYPO3-english] Mailformplus sender_email and replayto_email_sender

Alix Justus alix.justus at gmail.com
Sun Sep 6 01:04:49 CEST 2009


Hi,

i have configured my from just like the manual described. Once the  
from hase been submited, it sends email to admin. But i want also dat  
sender gets a confirmation email. This are the markers that i use in  
HTML.


<!-- ###TEMPLATE_EMAIL_USER### begin
     OPTIONAL - this will be the email text that is sent to the user  
(plaintext!)
-->
Hello ###name### (plain),
You have just filled out the form and asked about: ###subject###
We will contact you as soon as possible,
ciao!
<!-- ###TEMPLATE_EMAIL_USER### end -->


<!-- ###TEMPLATE_EMAIL_USER_HTML### begin
     OPTIONAL - this will be the email text that is sent to the user  
(html!)
-->
Hello ###name### (html),<br/>
You have just filled out the form and asked about: ###subject###<br/>
We will contact you as soon as possible,<br/>
ciao!
<!-- ###TEMPLATE_EMAIL_USER_HTML### end -->

<!-- ###TEMPLATE_EMAIL_RECEIVER### begin
     OPTIONAL - this will be the email text that is sent to the admin  
(html!)
     (admin-email = the email you can specify in the mailformplus  
plugin)
-->
Hello admin (plain),
A user just filled out the form:
name: ###name###
subject: ###subject###
email: ###email###
phone: ###phone###
text: ###text###
contact via: ###contact_via###
<!-- ###TEMPLATE_EMAIL_RECEIVER### end -->


<!-- ###TEMPLATE_EMAIL_RECEIVER_HTML### begin
     OPTIONAL - this will be the email text that is sent to the admin  
(plaintext!)
     (admin-email = the email you can specify in the mailformplus  
plugin)
-->
Hello admin (html),<br/>
A user just filled out the form:<br/>
name: ###name###<br/>
subject: ###subject###<br/>
email: ###email###<br/>
phone: ###phone###<br/>
text: ###text###<br/>
contact via: ###contact_via###
<!-- ###TEMPLATE_EMAIL_RECEIVER_HTML### end -->

I am also having problems to get replayot_email_send working. I have  
added in typoscript the folowing two lines:

# the user mail is sent to the email address the user entered in the  
form
plugin.tx_thmailformplus_pi1.default.email_sendtouser = email

#Direct replay
plugin.tx_thmailformplus_pi1.default.email_replyto_email_sender =  
email_sender

What do i have to do more to solve this two problems?

thanks,

alix


More information about the TYPO3-english mailing list