Hi
I can't send email to my server using mail() function in PHP.
$headers = "From:
[email protected]";
mail('
[email protected]', 'Testing the mail', 'themessage',$headers,'
[email protected] ');
However if i change
[email protected] to another email address its sends the emails. I...