Walter
|
| Posted: 09/13/2002, 7:45 AM |
|
Hi all,
I am using CCS with php on a Apache server (Unix server) with mySQL and am trying to automate an e-mail that would be sent to all members in the table. I thought about doing this with a loop going through the table sending an e-mail to each but I was hoping there was a better way. Can anyone help?
Thanks,
Walter
|
|
|
 |
Tony
|
| Posted: 09/16/2002, 4:44 AM |
|
Walter,
I suppose you can collect all the email addresses in the one "TO" field in case all uses should get the same message. But this way requires to go through recordset anyway
|
|
|
 |
|