PHP is the way to go for online email forms. This is a short tutorial with copy-and-past code on how to use the PHP email function to create an on line email form to send emails from your website.
This is a recipe for a 'simple yet powerful' mail form. Perfect for beginners. Your address will neither be visible on any page nor detected by spambots.You will receive the mail marked as coming from the form, and your guest will automatically receive a copy of the mail (s)he sent (provided correct email address is entered).Only 2 fields are required; if 'Name' is left blank Sender' will be sender's email address, and if 'Subject' is left blank, the mail will still get to your mailbox.
Need a way in which gusts can contact you without actually finding out what your email is? Here is a very simple and safe way which takes emailing to a higher level!
A simple tutorials provided the basic framework of an email form in PHP. Using the PHP mail() function the tutorial guides you step by step to making a mail form.
Ever wanted to know how to send basic text emails/Html emails and emails with attachments? In this tutorial you will learn how to send emails in text, html and with attachments.
This will display random email addresses on a page. The user enters how many addresses they want and the script produces that amount. This is intended for spammers who use email harvesters and gives them a few new ones to use :-)
This tutorials shows you how to send email using the layer defined in PHP4 for Win32 platforms. It'll show you how to send html mail, attachments and of course plain mail.