how to sent mail to more that 1 email at the same time

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
adsegzy
Forum Contributor
Posts: 184
Joined: Tue Jul 28, 2009 9:26 am

how to sent mail to more that 1 email at the same time

Post by adsegzy »

Hello friends,

I know hot to code my form to send mail to the only one enter email, but when i try to enter more thatn one email and seperate them with comma(,) the mail did not go, how can i do it.

regards
pbs
Forum Contributor
Posts: 230
Joined: Fri Nov 07, 2008 5:31 am
Location: Nashik, India
Contact:

Re: how to sent mail to more that 1 email at the same time

Post by pbs »

You can use headers to send multiple mails
Post Reply