Page 1 of 1

sending multiple mails

Posted: Fri Sep 16, 2005 7:42 am
by hytechpro
i want to know how to send emails to multiple email addresses using PHP code

http://www.hytechpro.com

Posted: Fri Sep 16, 2005 7:47 am
by shiznatix
use the mail() function more than once

Posted: Fri Sep 16, 2005 1:45 pm
by ryanlwh
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>