vote up 1 vote down star

Just found out that the hosting company where I'll probably put one site has limit of 1000 emails per day.

They suggested to use an outside email service specialized in bulking email. What do you people use? What will stackoverflow use?

Thanks

flag

9 Answers

vote up 2 vote down check

I've used a company called "Campaign Monitor" -- they were excellent in every way.

Also -- hello Artur! Hope everything is good ;-)

link|flag
vote up 1 vote down

Here's the AuthSMTP price sheet. Not sure if this is the "best" service but it's one of the major ones.

http://www.authsmtp.com/auth-smtp/pricing.html

link|flag
vote up 1 vote down

Depending on the number of emails sent, you cuold use something like Mail::Bulkmail, a perl module, that will send less email be using an envelope (a SMTP feature). Only one email will be sent to each domain. Then the mail server of that domain will take care of the copying and sending the mails to all users. The only problem is that you can't use dynamic emails, like different names in each mail.

link|flag
vote up 1 vote down

That service seems a little steep

All of these companies will provide a lot of value-added services beside just the sending the email. They're not simply sending emails on your behalf, or leasing you raw computing power.

They'll be contributing (or up-selling) on features such as analytics of your email campaign, preventing your email from being marked as spam, helping with the look of your email (providing templates etc), tracking bounces and a lot more.

link|flag
vote up 1 vote down

I would recommend http://madmimi.com/ it's a really simple service, with a monthly fee depending of your amount of members, It also has an API (quite simple for the moment) but it allows to manage a couple of things from different applications,

btw, it also has a nice realtime mail tracking feature!

link|flag
vote up 0 vote down

A hotel/music-venue I do various filming/sound-recordings/computer-stuff for uses Constant Contact happily. The pricing is decent, it's easy enough to use that I never have to help the owner with it, and it gives a good amount of info on clicks/bounces/etc

It's more than a SMTP server you can send thousands of emails from - not sure if that's what you're looking for?

link|flag
vote up 0 vote down

Thanks for the answer CodingTheWheel.

That service seems a little steep, I can get roughly 30000 emails per month in the server if I spread the deliveries. In authsmtp.com I'll have to pay about 400 euros yearly for the same service.

It doesnt work just for data - the limit is whichever I reach first, data or number of emails.

link|flag
vote up 0 vote down

There are loads of resellers for bulk mailing; like http://www.ezemail.com

link|flag
vote up 0 vote down

Thanks for the answers, going to look them up.

I want to send dynamic emails based in the user.

I know the services have added value, but I wasn't counting that it would be more expensive than the hosting service.

@Leon Hey! I'm fine, I'll send you an email soon showing you what I'm up to now! :-)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.