TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Run SaaS app? How do you send newsletters from your app?

2 pointsby pankratievover 8 years ago
I am asking because I can&#x27;t find the right solution and don&#x27;t want to build it myself. I don&#x27;t like the idea that I must upload&#x2F;sync subscribers data with the thirdparty services like drip.io or customer.io Want something that can integrate with my app and allow me to send newsletters using the subscribers list in my database.<p>Thanks in advance.

1 comment

brudgersover 8 years ago
The problem with bulk email is that the volume of spam has created a whitelisth&#x2F;blacklist system. The primary value of third party services is that they are <i>not blacklisted</i> and anyone rolling their own bulk email solution is likely to be quickly blacklisted because some recipients will move the newsletter to their junk folder on Gmail or mark it as junk in Outlook with telemetry turned on and those will be the primary results that go into the various spam filters.<p>From a different perspective, pretty much anyone who wants your newsletter probably already subscribes to other newsletters and their email is already in the third party bulk email service&#x27;s database; the third party service is more likely to provide partial metrics on user behavior for users who <i>don&#x27;t</i> want your newsletter; and most importantly if your SaaS is your business&#x27;s primary product then building a bulk email service is a distraction and not something that creates much value for your users.<p>Good luck