Dear All,

I have a little problem with mail() function,

PHP Code:

--------------------------------------
mail($email, "Membership ok", $themsg,
"From: [EMAIL PROTECTED]\r\n");

mail("[EMAIL PROTECTED]",
"", "", "From: $email\r\n");
--------------------------------------

Why does the second mail() function did not ever send the email to
yahoogroups?

I wonder, can the mail() function be put in a loop structure (that traverse
an array of emails) and send all emails successfully?

Thanks for your advice,

Daniel

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.381 / Virus Database: 214 - Release Date: 8/2/02


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to