Skip to content

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

Comments

It's a front-end application around a SMTP mail server. https://datacadamia.com/marketing/email/server You take your favorite language and you build your own. That'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 :)

Do you know of any articles or information in general, how these hard things (ip control, bounce, ...) are done?

Bounce is an email send by the server when it can deliver an email. You just need to parse it.

Ip control is generally done via the dmarc report that you also get as email from email provider. https://datacadamia.com/marketing/email/dmarc

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.