sending multiple mails
Posted: Fri Sep 16, 2005 7:42 am
i want to know how to send emails to multiple email addresses using PHP code
http://www.hytechpro.com
http://www.hytechpro.com
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
php.net wrote: to
Receiver, or receivers of the mail.
The formatting of this string must comply with RFC 2822. Some examples are:
user@example.com
user@example.com, anotheruser@example.com
User <user@example.com>
User <user@example.com>, Another User <anotheruser@example.com>