How to Send Emails using PHP Contact Form
Click on the following link to download a fully functional PHP Contact Form that you can upload to your website for sending emails.
Contact Form with PHP Email to Send Email from your Website
How to send HTML mails using PEAR Mail
To send HTML Mail, please add the following line to your PHP code to include mime features.
require_once "Mail/mime.php"; //mime.php is already installed on the Web Server. You do not need to upload this file
Please visit the following link for full documentation and examples of how to send HTML Emails using the installed Pear Mail_Mine.
Pear Mail Mime Documentation and Examples
http://pear.php.net/package/Mail_Mime/docs