Ask HN: What service are you using to send marketing emails?
We're using AWS SES for transactional emails and it hasn't been a problem so far. But, for bulk sending of marketing emails, I've only found services that depend on number of contacts we have such as MailChimp. It is just prohibitively expensive because we send a marketing email for announcements of new products, usually once or twice a year. For this, it makes little sense to continue paying $600-$1000 / year for MailChimp.
Curious, is there a better "hacky" way to send emails? I don't need analytics and a whole bunch of templating features like on MailChimp. I can manage my own mailing list just fine in Postgres. I simply need an API and I've heard bad things about using AWS SES for bulk emails.
Looking for a low budget infrequent mass email service, I'd appreciate some insight.
28 comments
[ 2.4 ms ] story [ 79.6 ms ] threadhttps://fluentcrm.com/
Also check out MailGun: https://www.mailgun.com/ . It might be more in line with what you were looking for.
The UX is simple and integrations seem much easier to use than MailChimp, it's also a bit cheaper.
I also made the following table for myself some time ago: https://nts.strzibny.name/transactional-email-providers/
While their blog post is saying they're not changing anything, it is concerning.
I'll check out Mailgun.
Yours is the exact use case that it covers super well.
Pay a one-time ~$60 fee and runs on top of SES.
Kind of strange that you only send a couple of marketing emails a year. What's up with that?
https://listmonk.app/
It’s much easier with todays orchestration systems, but I’m out of that game because unless you are a well known provider some obscure university or small business will block your mailer even if you follow all the rules. Not worth it
and https://news.ycombinator.com/item?id=15493127
So far, we've sent probably 5k transaction emails using AWS SES and haven't had any compliants. One possibility would be to get a AWS SES dedicated IP for $25/month and suck up the cost of $300/year to be on the safe side. Thoughts?
Https://emailoctopus.com
* European service
* Cheaper than MailChimp (https://www.sendinblue.com/mailchimp/)
also is there any good internet group that talking about this staff ?
SMTP , emails teach and such ? Thanks
By the way: Sending marketing emails is one of the official use-cases for SES: > You can configure Amazon SES quickly to support > several email use cases, including transactional, > marketing, or mass email communications. > -(https://aws.amazon.com/ses/)
Shameless plug: I’m building an Open Source email marketing tool that allows you to use SES (or plain SMTP, Sendgrid, Mailgun, …) to send mass emails. You can find the repo on GitHub: https://github.com/pentacent/keila There’s also a hosted version available … and if you’re interested, feel free to drop me a line :-)
Misses some of the bells-and-whistles, but good enough for me and a few friends I know.