my send.php code is
<?php
mail('mn###[email protected]', 'Mail Subject', 'From: md###[email protected]');
?>
and php.ini file is
and sendmail.php is
my send.php code is
<?php
mail('mn###[email protected]', 'Mail Subject', 'From: md###[email protected]');
?>
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