[Typo3] Not received a mail from form
Tanny
tanny at unicoders.biz
Tue Jul 5 10:08:28 CEST 2005
Hi , all
I use "form" to my contact list to send a mail.
All is good but it can't received a mail .
What i must to configurate?!
These the part of .php that typo3 generate:
<!-- CONTENT ELEMENT, uid:86/mailform [begin] -->
<a name="86"></a><form action="index.php?id=159"
name="f7240f405ab43dc53a1e1b49927f13cf" enctype="multipart/form-data"
method="post" target="_self" onsubmit="return
validateForm('f7240f405ab43dc53a1e1b49927f13cf','name,Full_name%3A,email,E-mail%20address%3A,Your_message,Your%20message%3A','','','')"><input
type="hidden" name="html_enabled" value="1" /><input type="hidden"
name="subject" value="This is the subject" /><input type="hidden"
name="recipient" value="4d435b8959:i56RkYa/ipGWnJCbmo2M0Z2WhQ=="
/><input type="hidden" name="locationData" value="28:tt_content:86" />
<!-- Mail form inserted: [begin] -->
<table border="0" cellspacing="1" cellpadding="1"
class="csc-mailform"><tr><td class="tit"><p
class="csc-form-label-req">Full_name:</p></td><td
class="csc-form-fieldcell"><input type="text" name="name" size="20"
value="" /></td></tr><tr><td class="tit"><p
class="csc-form-label-req">E-mail address:</p></td><td
class="csc-form-fieldcell"><input type="text" name="email" size="20"
value="" /></td></tr><tr><td class="tit"><p
class="csc-form-label">Address:</p></td><td
class="csc-form-fieldcell"><textarea name="address" cols="20" rows="2"
wrap="virtual">
</textarea></td></tr><tr><td class="tit"><p
class="csc-form-label">Telephone:</p></td><td
class="csc-form-fieldcell"><input type="text" name="Telephone" size="20"
value="" /></td></tr><tr><td class="tit"><p
class="csc-form-label-req">Your message:</p></td><td
class="csc-form-fieldcell"><textarea name="Your_message" cols="20"
rows="4" wrap="virtual">
</textarea></td></tr><tr><td class="tit"><p
class="csc-form-label"></p></td><td class="csc-form-fieldcell"><input
type="submit" name="formtype_mail" value="Send form!" /></td></tr></table>
<!-- Mail form inserted: [end] -->
</form>
<!-- CONTENT ELEMENT, uid:86/mailform [end] -->
And this is the code that i include in typo3 form:
Full_name: | *name=input,20
E-mail address: | *email=input,20
Address: | address=textarea,20,2
Telephone: | Telephone=input,20
Your message: | *Your_message=textarea,20,4
| formtype_mail=submit | Send form!
| html_enabled=hidden | 1
| subject=hidden | This is the subject
# Example content:
And i declared :
Recipient-email:my at email.com
It not sent me a msg to my mail(my at email.com)
Greetings,
Svetlana Mincheva
More information about the TYPO3-english
mailing list