I had test a page with simple sendmail in php. I used the below code
Code: Select all
$from = "From: $visitormail\r\n";
mail("deva@hiox.com", $subject, $message, $from);Code: Select all
Warning: mail(): "sendmail_from" not set in php.ini or custom "From:" header missing in e:\sendeail.php on line 57Thanks in advance!
Geetha