This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php error_reporting(0); $mail = array(); | |
/* -------------------------------------- | |
| github: https://gist.github.com/irahulsaini/7db136cd6876b0c5706a150cc82dc8e4/ | |
| documents: https://www.irahulsaini.com/2019/06/simple-contact-form-php.html | |
*/ | |
$mail['to'] = 'contact@irahulsaini.com'; //replace with your email, multiple email id seperated by comma | |
$mail['from_name'] = 'Rahul Saini'; //replace with yours | |
$mail['from_mail'] = 'hello@irahulsaini.com'; //replace with yours | |
$mail['subject'] = "A New Contact Message Received"; | |
$mail['message'] = ' |