So I have this client a small CPA firm where they used to send a newsletter email to 5000+ recepients. The email is hosted is GoDaddy. I think its just a simple POP/SMTP email. So I am guessing there were able to do it before. Now GoDaddy pulled the rug saying no more spam and put a limit.
What would be a normal solution for this? Would hosted Exchange help with that?
I forgot to add i know it says attachments but you can strip that out.
miliscent
The normal solution is to use an email marketing provider. The reason being is that they have their MTA's setup to deliver large quantities of email on their IP addresses for which they have agreements and monitoring in place to ensure that their IP addresses are not blocked and your mail will go through. Plus your mail will go through much more quickly and reliably as they are not using normal smtp servers like exchange or sendmail, they are using specialty MTA's.
If you do decide to do this yourself DO NOT USE PHP. The delivery handling of greylisting, deferments, and other issues that arise when you send bulk email will not be handled. Plus PHP will not be multithreaded and will take forever to delivery those emails and will most likely get clogged and die.
But if you really want to do this in house then you should use one of the commercial MTA's that most of the big email markeing providers use. The most pouplar are:
Most importantly, DO NOT SEND these from any IP address that you are sending regular mail on. You will be blacklisted (no matter what your content is) and you will have to monitor your ip reputation to remove blocks at verizon, comcast, etc. You will also get deferred at yahoo, hotmail and aol. Keep them separate and don't let your bulk mail affect your normal everyday mail. And if you want those 5k to go through quick, you're gonna need multiple ips.