Hey. ive made a simplke mailing list for my band. It just works like this...
emails are stored in MySQL database, script loops through them all and uses the mail() function to mail each one as it goes through the loop.
makes sense to me, but apparently half the mailinglist arent getting emails. is there a certain pause that has to occur between calls to the mail() function (like its bombarding the mail server too quickyl type thing...)
Cheers for any help.