|
E-mail form processor
|
Other links at PHP > Tutorials > Email Systems |
| 1. |
PHP Contact Us Tutorial
|
|
|
Ever wanted to add a Contact Us form on your site? This tutorial shows you how it is done using PHP. To make things work, you must have PHP and Apache installed on your PC or your Web Host. If youre running PHP on your PC, make sure that your php.ini file is properly set up specifically, the SMTP directive for windows-based computers and sendmail_path for linux users.
|
| 2. |
The make your own php mail form tutorial
|
|
|
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 senders email address, and if Subject is left blank, the mail will still get to your mailbox.
|
| 4. |
Mail() From Start To Finish
|
|
|
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.
|
| 5. |
Simple PHP Mail Form
|
|
|
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.
|
|
|