How to make a email form script???
By agentneo
@agentneo (83)
India
April 21, 2007 5:05am CST
Hello guys can you teel me how can i make a simple PHP script that is used to send emails fgrom website...such as those in contact forms???
3 responses
@xerophobia (28)
• Canada
23 Apr 07
You'll obviously have to use the mail() PHP function. Have a look at it here: http://ca.php.net/manual/en/ref.mail.php
You must be aware that not all free-hosting services allow you to use that function though.
@userkasep (110)
• Indonesia
1 Jul 07
perhaps you could look on your webhosting package .. see if sendmail is included or SMTP feature enable on your hosting plan.
good luck.
@pathfinderobs (103)
• Philippines
22 Apr 07
check this link! This might help you.
http://faq.1and1.com/scripting_languages_supported/php_mail_explained/2.html
@lwelizabeth (288)
• United States
21 Apr 07
Creating email forms are actually very simple. There's a great how-to site, LissaExplains.com, that covers that subject on the fourth page underneath HTML. [http://lissaexplains.com/html4.shtml will get straight to the page with the tutorial on email forms.] Hope that helps!!