I am having problems with sendmail in Fedora Core 2. My installation came with everything, so I did not have to play with anything, but it is not working.
It looks like I can can send mail but it is ot going to the destination.
PHP Code:<?php
$success=mail("myaddress@host.com","My Subject","Line 1\n Line 2\n Line 3\n");
if($success){
print("Success!");
}else{
print("Not Really!");
}
?>
and I see:
Success!
but I do not get any mail in myaddress@host.com
I am not really familiar with sendmail that much so, help me on this one.
I searched around for a few days, but haven't gotten far.
Thanks in advance!






Bookmarks