tags:

views:

170

answers:

6

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?

A: 

The problem is not sending the emails, it is getting around spam filters. It is typically worth the money to use a service because the service will do all of the legwork of ensuring they are white-listed with the major carriers.

Jeff Ober
Well yes, that's why I pointed out that I didn't want to get black listed. Being marked as spam is a big concern. Any recommendations?
joshcomley
A: 

For newsletters, NewsWeaver is pretty good. You can find it here: http://www.newsweaver.co.uk/

As for integration with code we ended up writing our own and using our own SMTP server to send them out.

Sonny Boy
+1  A: 

I use MailChimp and I'm very happy. They have extensive APIs with great support people that can help with the integration. They have tools which fit your exact needs. The reports are excellent and they keep improving.

zvikico
Ooh they have nice graphics on their website - sold! :)
joshcomley
Yes, they cracked the "cool" factor all right...
zvikico
A: 

We have had great success with http://www.briefyourmarket.com/

They have a web service api, and the templates are scriptable.

Geoff
A: 

ActiveTrail (www.activetrail.com) can do mass email with simple web-service api and excellent deliverability.

(proper disclosure: I am somewhat affiliated with them)

Nir Levy
A: 

I think the biggest provider of email services in the world is Epsilon, formerly DreamMail.

If you are worrying about having more control then you could buy a StrongMail appliance and include the white/black listing service to help with the constant delivery battle.

Stewart Robinson