|
Posted by number1.email on 12/21/05 14:50
Thanks guys...alas, nothing seems to work. I've tried the following
code:
<?
error_reporting( E_ALL );
if( mail( "number1.email@gmail.com", "A", "B", "From: abc@aol.com" ) )
{
echo 'php - Finished Emailing.';
}
else {
echo 'php - Sending mail failed';
}
?>
And I still don't get an email. Not sure what to think...is there any
other "mail" option I have for my HTML / PHP bases Web Site?
Navigation:
[Reply to this message]
|