GLGabe LGinmailkite.hashnode.dev·6d ago · 3 min readMailKite Server: our SMTP + IMAP edges are now open sourceTL;DR: the mail-server half of MailKite is now open source: github.com/mailkite/server — the Haraka MX edge, the SMTP submission edge, the IMAP server, a zero-dependency SQLite backend, and a web cons00
Hhashnodeintomatoesrun.hashnode.dev·Jul 28 · 5 min readCatch-all email aliasing: a different address for every service (Haraka + SRS + DKIM)Most people use the same email address everywhere. One breach and it leaks for years. The known fix is a different alias per service — but every tool I tried made me create each alias upfront. I wante00
SPSMTP Providerinsmtp-tips-tricks.hashnode.dev·Jun 17 · 5 min readSMTP API Integration: A Practical Guide for DevelopersEmail remains one of the most important communication channels for modern applications. Whether you're building a SaaS platform, eCommerce store, CRM, or customer portal, reliable email delivery is es00
GOGaetano Osuringaetano-osur.hashnode.dev·Jun 7 · 15 min readEmail Protocols Explained: SMTP, IMAP, POP3 and the Security Gaps You Need to Know Why Email Protocols Matter More Than You Think Every day, over 300 billion emails are sent across the internet. Most people treat email as a simple send-and-receive system. You type a message, hit sen00
SLSiddharth Lalinsiddharthlal.hashnode.dev·May 9 · 13 min readWhy Your SMTP Verifier Fails: IP Reputation, Spamhaus, rDNS & the Invisible Layer of Email InfrastructureThe Bug That Wasn't a Bug If your SMTP verifier is timing out, your code might be perfect — and still completely irrelevant. My system was doing everything right. Clean SMTP state machine. Proper MX r10
SAShafqat Awanincodingmavrick.hashnode.dev·May 8 · 2 min readAutomating SMS Delivery With Python In 120 Seconds (No Twilio Or Bots Required)In the 2026 development landscape, automating communication without relying on third-party APIs is a critical skill for reducing operational overhead. This tutorial demonstrates how to leverage cellular carrier gateways to send text messages directly...00
SLSiddharth Lalinsiddharthlal.hashnode.dev·Apr 14 · 4 min readWhy Brute Force Fails: Scaling a Backend System Under Real-World LoadWhen I first architected an email verification system, the mental model was deceptively simple: validate the syntax, check the DNS records, ping the SMTP server, and return the result. Client → API → 10
CSCyril Sebastianintech.cyrilsebastian.com·Mar 14 · 8 min readFrom Zero to Production: Building Postfix + AWS SES in 2 HoursWhat You Need Before Starting AWS account with SES access EC2 instance (t3a.medium, Amazon Linux 2023) Your domain's DNS access 2 hours of focused time That's it. Everything else, we'll build to00
PAPiyush Agrawalinblog.devopswithpiyush.in·Mar 10 · 8 min readBuild Your Own SMTP Mail Server on AWS EC2 Using Node.js — A Complete Hands-On GuideIntroduction Ever wondered what really happens when you click "Send" on an email? Behind the scenes, a chain of DNS lookups, protocol handshakes, and server communications takes place — all orchestrat00
DGDevTools Guideindevtoolsguide.hashnode.dev·Mar 3 · 8 min readEmail for Developers: Transactional Email, SMTP, Authentication, and Local TestingEmail for Developers: Transactional Email, SMTP, Authentication, and Local Testing Email is deceptively hard. Sending a password reset email sounds simple until you discover that Gmail silently drops your messages, your domain has no SPF record, and ...00