my send.php code is
<?php
mail('mn###an@gmail.com', 'Mail Subject', 'From: md###an@gmail.com');
?>
and php.ini file is
and sendmail.php is
my send.php code is
<?php
mail('mn###an@gmail.com', 'Mail Subject', 'From: md###an@gmail.com');
?>
and php.ini file is
and sendmail.php is
I think its best you use PHPMailer https://github.com/Synchro/PHPMailer . Its object oriented, and super easy with a lot of options .Here is a simple example