[PHP mail] Send mail to multiple users at once
Posted: Mon Nov 13, 2006 9:14 am
Hi!
Ok, is there a way to use the mail function to send the body of the mail to emails stored in a user table?
So the method:
1. select the email accounts from the user table and put them in an array
2. use the mail() function and select all the email accounts from the sql array
3. submit the mail so it will be sent to all the accounts from the table.
Greetings,
thiscatis
Ok, is there a way to use the mail function to send the body of the mail to emails stored in a user table?
So the method:
1. select the email accounts from the user table and put them in an array
2. use the mail() function and select all the email accounts from the sql array
3. submit the mail so it will be sent to all the accounts from the table.
Greetings,
thiscatis