Download Latest Version Contact form (6.9 kB)
Email in envelope

Get an email when there's a new version of PHP Contact Form

Home
Name Modified Size InfoDownloads / Week
mail.zip 2017-02-15 6.9 kB
README.txt 2017-02-15 1.6 kB
Totals: 2 Items   8.5 kB 0
/* #######################################################################

Simple PHP script, easy for modification. PHP Contact Form with SENDGRID email notification and PROOVL SMS alert. When someone will complete your contact form you will get SMS to your personal mobile number and Email notification.
 You just have to type your Email and account information from www.proovl.com ( SMS SETTINGS) and account information from www.sendgrid.com (EMAIL SETTINGS) and upload files on server.

 #	License: GPL 2.0, @see http://www.gnu.org/licenses/gpl-2.0.html
*/ #######################################################################



1. Open mail.php file

2. Find 

// PROOVL SMS API SETTINGS www.proovl.com

$user = "********"; // Change ********, and put your Proovl user ID
$token = "********"; // Change ********, and put your Proovl authentication token
$from = "********"; // Change ********, phone number under your Proovl account
$to = "********";        // Change ******** to your mobile number (with country code) notifications will be sent to this number 

// SENDGRID EMAIL SETTINGS www.sendgrid.com

$user = "********"; //Change ********, and put your Sendgrid user ID
$pass = "********";  //Change ********, and put your Sendgrid password
$myemail = "********"; // Your email for contact


3. After changing, Save file
4. Upload files on server ( mail.php , main.css, captcha.php , sms_mail_notification.php )
5. You can check your Contact form  www.yousite.com/mail.php or if you upload to folder www.yousite.com/mail/mail.php
6. You can change contact.html if you need other design.
Source: README.txt, updated 2017-02-15