Posted by number1.email on 12/21/05 02:53
I have tried the following code:
FileName: index2.php
---------------------------------
<?
mail( "aaa@yahoo.com", "A", "B", "From: a...@aol.com" );
echo "Finished Emailing.";
?>
For some reason I don't get an email in my aaa@yahoo.com account, but
the message "Finished Emailing" does display. Seems pretty
simple...but it doesn't work. Can someone help me figure out what is
wrong...or the best way to debug this? thanks...
[Back to original message]
|