Is that how it works?
Ask HN: How do services like Substack and Beehiiv send email?
1–10 of 14 posts
Re: Ask HN: How do services like Substack and Beehiiv send email?
#2Re: Ask HN: How do services like Substack and Beehiiv send email?
#3Can you not use sendmail with appropriate DNS/DMARC records flashing the requisite badges? No need to make more work for yourself.
What's sendemail?
Also I don't know anything about badges.
But I think you've pointed me in the right direction.
Re: Ask HN: How do services like Substack and Beehiiv send email?
#4Re: Ask HN: How do services like Substack and Beehiiv send email?
#5Can you not use sendmail with appropriate DNS/DMARC records flashing the requisite badges? No need to make more work for yourself.
I don't want to sound stupid, but I don't know what you mean. What's sendemail? Also I don't know anything about badges. But I think you've pointed me in the right direction.
I would suggest against this if you don’t know what you are doing. Dealing with email deliverabolity and reputation is a nightmare. Talk to someone at sendgrid/mailgun/mandrill/etc and focus on more important parts of your service.
Re: Ask HN: How do services like Substack and Beehiiv send email?
#6Can you not use sendmail with appropriate DNS/DMARC records flashing the requisite badges? No need to make more work for yourself.
I don't want to sound stupid, but I don't know what you mean. What's sendemail? Also I don't know anything about badges. But I think you've pointed me in the right direction.
Badges: When you send an email, you're sending to the recipient's email server--gmail.com or whitehouse.gov or whatever. But these servers get a billion spam messages a day, so you need to prove you're really boeing767.com, else most of your messages will get flagged as spam. This is typically done by adding SPIF and DKIM (special DNS records) for whatever domain you use, e.g. boeing767.com
Chatgpt can pretty much write the code do this this (or get you up to speed on how it all works) if you don't want to spend a bunch of time on it.
Re: Ask HN: How do services like Substack and Beehiiv send email?
#7Earlier quoted context omitted.
I don't want to sound stupid, but I don't know what you mean. What's sendemail? Also I don't know anything about badges. But I think you've pointed me in the right direction.
https://en.m.wikipedia.org/wiki/Sendmail I would suggest against this if you don’t know what you are doing. Dealing with email deliverabolity and reputation is a nightmare. Talk to someone at sendgrid/mailgun/mandrill/etc and focus on more important parts of your service.
Re: Ask HN: How do services like Substack and Beehiiv send email?
#8Pretty sure substack uses mailgun. If you dig substack.com for mx and txt records you’ll see that their spf includes mailgun and their mx records point to the same as well.
Why not do that?
They're funded to the gills.
Re: Ask HN: How do services like Substack and Beehiiv send email?
#9Earlier quoted context omitted.
I don't want to sound stupid, but I don't know what you mean. What's sendemail? Also I don't know anything about badges. But I think you've pointed me in the right direction.
https://en.m.wikipedia.org/wiki/Sendmail I would suggest against this if you don’t know what you are doing. Dealing with email deliverabolity and reputation is a nightmare. Talk to someone at sendgrid/mailgun/mandrill/etc and focus on more important parts of your service.
How will that affect my relationship with Sendgrid?
Re: Ask HN: How do services like Substack and Beehiiv send email?
#10Earlier quoted context omitted.
https://en.m.wikipedia.org/wiki/Sendmail I would suggest against this if you don’t know what you are doing. Dealing with email deliverabolity and reputation is a nightmare. Talk to someone at sendgrid/mailgun/mandrill/etc and focus on more important parts of your service.
Okay, what happens if there are bad actors among my users who use my service to send Nigerian prince emails or boner pill ads? How will that affect my relationship with Sendgrid?
Preemptive being checking the emails before they go out for malicious links etc, and reactive being checking the deliverability (delivered, bounced) as well as optionally email actions (open, click, ubsubscribe, flag) and stopping the account from sending further emails if something bad is happening.
This last part "blocking the account" is what will save you from waking up one sunday morning to find out your domain has been added to all spam lists and no one wants your emails any more. -- This can be even done on a per-sending-account basis. ie Each of you clients can have their own subaccount in these providers and only the infringing account will be impacted.