Live data from Hacker News

Ask HN: What service are you using to send marketing emails?

news.ycombinator.com

1–10 of 29 posts

Ask HN: What service are you using to send marketing emails?

#1
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.

Re: Ask HN: What service are you using to send marketing emails?

#3
You can a marketing email plugin for Wordpress called FluentCRM and still send with Amazon SES with FluentSMTP https://fluentsmtp.com/. Annual subscription, but not as expensive as MailChimp.

https://fluentcrm.com/

Also check out MailGun: https://www.mailgun.com/ . It might be more in line with what you were looking for.

Re: Ask HN: What service are you using to send marketing emails?

#9
I use loops.so a YC funded startup. It is a monthly charge though. But super simple to use for product updates. The "loops" part I have not used yet which is emails triggered by actions.

Kind of strange that you only send a couple of marketing emails a year. What's up with that?

Re: Ask HN: What service are you using to send marketing emails?

#10
When I looked into low-budget mailing list management, I ended up spinning up a ListMonk instance. (It's free/open source.) But you still end up needing to connect it to a mailing backend like AWS SES or similar. If you want to avoid SES, I'm not sure what better alternatives there are, but I'd like to know too! (I have extremely low mailing volume and would like to prioritize deliverability)

https://listmonk.app/

Post reply on HN