if (mail("[EMAIL PROTECTED], [EMAIL PROTECTED]", "test", "no body really..."))
print("successful");
else
print("unsuccessful");
Normally, the two emails would end up in the same pop account but don't seem to be when I use the above script. If I send to one or the other they receive appropriately, but if I send to both at the same time, I only receive one email, not both. If anyone can help me as to why this is and if there is a remedy, I'd sure like to know about it. Thanks a lot!!
-Adam Reiswig
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php