This Contact Form will send an email to you after a person fills it out. The ZIP file contains a Contact Form, PHP Email Script, and Thank You Page for you to use at your website. To run the provided contact form with the PHP script: (1) Please look inside the "sendmail.php" file, change "username@YourDomain.com" to your own real email address that is hosted on our server. Our Email server requiries SMTP Authentication and will not send emails on behalf of random people,so this is why the Sender of the email must match EXACTLY the email address that is used for SMTP Authentication. (2) Put the password for your email in the specified location for password. (3) For the $host variable, replace "smtp.YourDomain.com" with your own domain's SMTP address. (4) After that change, then you can upload all 3 files to your website. (5) You should get an email whenever a person fills that form. The person will be redirected to your thank you page after filling the form.