I'm writing a simple mailing list program, and I would like to know
what the suggested method of sending a large number of emails to a list
of addresses. (sounds like spam, no?)
It's perfectly legit, it's just an opt-in mailing.
I have a feeling that using a 'while' loop with repeated calls to
mail() is not the best practice. Is there something better I should be
doing?
--
- Thom McGrath
Head of the ZeeTox Project and lead programmer for The ZAZ
Contact me with iChat or AOL Instant Messenger: zazTekcor
what the suggested method of sending a large number of emails to a list
of addresses. (sounds like spam, no?)
It's perfectly legit, it's just an opt-in mailing.
I have a feeling that using a 'while' loop with repeated calls to
mail() is not the best practice. Is there something better I should be
doing?
--
- Thom McGrath
Head of the ZeeTox Project and lead programmer for The ZAZ
Contact me with iChat or AOL Instant Messenger: zazTekcor
Comment