|
Posted by number1.email on 12/21/05 01:49
I've investigated a bit further, and have tried the following code:
FileName: index2.php
---------------------------------
<?
mail( "abc@yahoo.com", "A", "B", "From: abc@aol.com" );
echo "Finished Emailing.";
?>
For some reason I don't get an email in my abc@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...
Navigation:
[Reply to this message]
|