I feel like this question ought to have been covered, but I can't seem to find specifically what I'm after in here.
Is it a good idea to use my own server for mass emailing my mailing lists, or are there good, trusted tools that achieve this and that can be easily integrated with different datasets?
Should I opt for a pay service?
When making websites, email seems such a gray area to me, I'm never sure what the best way to do it is.
If there is a tool
I'd like a bit of software that I can integrate with some database (SQL, or Excel, or CSV.. I don't mind) that will allow me to make dynamic HTML and send them to 100s/1000s of people.
I don't mind if it's software or if it's webware as long as it can do the job reliably.
It can be a pay service, because I understand that if I get my one server's IP black listed then I'm in trouble - best off using a dedicated email company to get this done (or have I got this wrong?).
It would be good if there was some kind of API that can be used, or web service, to send individual emails dynamically from a language (ideally .NET).
I need it for two purposes:
- Sending out newsletters (doesn't need code integration)
- Sending out account confirm emails etc. (does need code integration)
I know I can easily send the individual emails from my server using .NET, but it seems a good idea to keep all email sending in one place.
Does anyone have any recommendations?