hi,
all of a sudden the php mail is not delivering the emails to the recepients. kindly find a sample code which i am running
<?php
$to = "
[email protected]";
$subject = "Hi!";
$body = "Hi,\n\nHow are you.......?";
$headers = "From:
[email protected]\r\n" .
"X-Mailer: php";
if...