php mailing list operation
- From: Cleverbum@xxxxxxxxxxx
- Date: 27 Feb 2006 16:38:36 -0800
Hi,
I'm using the mail() function to send out newsletters to subscribers,
problem is that it seems a little unreliable...
at the moment I assemble the mail outside a loop then iterate through
all the mail addresses
for($i=0;$i<$numaddresses;$i++){
mail($to[$i],$subj,$message,$fromstr);
}
should i be putting in a delay message or a retry_on_fail method or
anything?
Martin
.
- Follow-Ups:
- Re: php mailing list operation
- From: Carl Vondrick
- Re: php mailing list operation
- Prev by Date: Re: Access Violation at 01CE5CE6
- Next by Date: Re: php mailing list operation
- Previous by thread: Re: PHP Layers Problem
- Next by thread: Re: php mailing list operation
- Index(es):