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.

How do I build an ESP (email service provider) tool like Mailchimp?

6 pointsby hronisover 3 years ago
I'm curious how do email marketing tools get off the ground building, what are the steps?

3 comments

ev1over 3 years ago
Get a ton of IP space while it was cheap and available several decades ago (mailchimp has multiple &#x2F;17s and is old enough to drink).<p>Mailgun was a Rackspace product and had access to basically infinite amounts of Rackspace IPs.<p>Mailjet and Mailgun are both owned by a marketing company.<p>Other than that it&#x27;s just a message queue exercise.
gerardnicoover 3 years ago
It&#x27;s a front-end application around a SMTP mail server. <a href="https:&#x2F;&#x2F;datacadamia.com&#x2F;marketing&#x2F;email&#x2F;server" rel="nofollow">https:&#x2F;&#x2F;datacadamia.com&#x2F;marketing&#x2F;email&#x2F;server</a> You take your favorite language and you build your own. That&#x27;s hard ... ip control (they may be blacklisted), high availability, bounce and other features requires a lot of work. The easy way is to create your application around a transactional email service. You pay for the email but not for the application :)
评论 #28877509 未加载
awbover 3 years ago
Email is very complex. The simple answer is if you have to ask you’re in over your head.
评论 #28891991 未加载