Hacker News new | ask | show | jobs
by justkez 2535 days ago
Looks great! Do you have any plans to support third-party sending APIs (e.g. SES)? I see the reference to SMTP.

I've been looking for a good solution for ad-hoc email campaigns (w/ templates) and for sending "systems" emails to an audience of customers.

I currently look after lists on both MailChimp and EmailOctopus and get frustrated by the flat pricing for the size of the list and not how you engage with the list (e.g. I'd love to see: store your list for $X/mo, or pay $X + (list size * $Y) in the months when you email the list).

2 comments

You can use SES's SMTP interface with listmonk. With some added effort, you can self-host an SMTP server and achieve better throughput, and depending on the volume, cost reduction. We've been running our own Postal SMTP instances successfully.
Are you talking about hosting your own smtp server?

The issue is that you need to put lots of effort into getting off of blacklists, or your email won't be delivered.

Check out Sendy: sendy.co

As a business that sends emails infrequently, it's probably saved me hundreds/thousands and it has good instructions to set it up with SES. One-time (ish) fee, until you need to upgrade to the next major version.