Hi
i'm sending mail using the below function.,
the function sends the mail but the recipient gets the mail in spam.,
could anyone help.,
[code=php]
<?
$headers = "From: '$from'" . "\r\n";
if(mail("exampl e@gmail.com","h i","how r u",$headers)){e cho 'success';}
?>
[/code]
regards
vijay.
i'm sending mail using the below function.,
the function sends the mail but the recipient gets the mail in spam.,
could anyone help.,
[code=php]
<?
$headers = "From: '$from'" . "\r\n";
if(mail("exampl e@gmail.com","h i","how r u",$headers)){e cho 'success';}
?>
[/code]
regards
vijay.
Comment