How do I build an ESP (email service provider) tool like Mailchimp?
1–8 of 8 posts
Re: How do I build an ESP (email service provider) tool like Mailchimp?
#2Mailgun was a Rackspace product and had access to basically infinite amounts of Rackspace IPs.
Mailjet and Mailgun are both owned by a marketing company.
Other than that it's just a message queue exercise.
Re: How do I build an ESP (email service provider) tool like Mailchimp?
#3Re: How do I build an ESP (email service provider) tool like Mailchimp?
#4Re: How do I build an ESP (email service provider) tool like Mailchimp?
#5It'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 :)
Re: How do I build an ESP (email service provider) tool like Mailchimp?
#6Email is very complex. The simple answer is if you have to ask you’re in over your head.
Re: How do I build an ESP (email service provider) tool like Mailchimp?
#7Email is very complex. The simple answer is if you have to ask you’re in over your head.
This is the worst answer I have read in a year. You should be gratefull someone taught you to wipe your butt. I think what you really meant to say was "I have no idea how email works either but I'm going to make you think you shouldn't try to figure it out because then you might become better than me."
Congrats, outside of pure prejudice, this is the worst comment reply I’ve received on HN.
When you get your “5 Easy Steps for Building ESPs (#4 Will Shock You!)” blog post up I can’t wait to read it.
Re: How do I build an ESP (email service provider) tool like Mailchimp?
#8It'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?
Ip control is generally done via the dmarc report that you also get as email from email provider. https://datacadamia.com/marketing/email/dmarc