I've got about 1100 email addresses for members and I want to send them all an email. The plan is I'll upload a csv text document then use a php script to stick the addresses in an array. Then I'll do a simple foreach {} statement to insert the 'to address' into a mail() statement.
Am I likely to run into any problems doing this? In particular, will sending so many emails result in the domain being blacklisted as spamming? Would it be more sensible to do it for records 1 to 50, then wait 5 minutes, then do 51 to 100 etc?
Its only a short text-based email (not html formatted) and the From: header will match the domain name. I'm on the Puma server if that helps. Would rather not install any mailing system/software as its not worth it for what I plan to do.
Any help/comments much appreciated.


Reply With Quote





