Where i work we are going to be implementing a newsletter/email sending system in c# into our CMS. The requirements are it must send emails in bulk to a number of contacts in the CRM. The numbers will be around 10000 emails sent a month.
Simply we want to create a list of contacts we wish to send the email to using the CRM, then we pass this list to a third party sender via their API which will do the actual sending. And using a third party will take care of all the precautions to prevent being blacklisted.
I have looked at dotmailer (rather expensive) and graphicmail but they both seem overkill for what is needed which is essentially sending a list of emails.
One more thing, the third party sender has to be from the UK like the two above.
Is it worth using a third party or would it be more productive rolling our own as we would then need to take into account practices to prevent being blacklisted?
What approaches have any of you taken, and do you have any recommendations in terms of third party systems in the UK?
Thanks in advance.
EDIT: all the other recommendations on SO focus on third parties outside the UK. eg: here