i want to know how to send emails to multiple email addresses using PHP code
http://www.hytechpro.com
sending multiple mails
Moderator: General Moderators
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>