MTMilan Timoticinmilantimotic.hashnode.dev·1d ago · 17 min readMy New Domain Was Labeled a Scam Before I Even Used ItI recently registered a domain for personal use. There was no online store, no payment form, no advertising, no downloads, and no attempt to collect anyone’s information. There was barely even a websi00
Llilaindeveloper-advocate.hashnode.dev·2d ago · 6 min readHow to Send Email From Your App (Without SMTP Hell)Almost every app eventually needs to send email: password resets, welcome messages, receipts, “someone mentioned you.” The tempting path is Nodemailer plus a random SMTP host on your VPS. That path fa00
GLGabe LGinmailkite.hashnode.dev·4d ago · 18 min read23 open source email servers for Linux, sorted by the job each one doesMost "best open source mail server" lists put a full-stack Docker bundle and a single SMTP daemon in the same ranked table, as if you'd choose between them. You wouldn't. This is 23 Linux mail project00
PMPetr Michalinmxfend.hashnode.dev·4d ago · 4 min readHELO vs EHLO: Why Your SMTP Greeting Can Send Email to SpamYour SPF, DKIM, and DMARC records may all look correct while your mail server still introduces itself as: EHLO localhost or: EHLO server1.internal That greeting happens before the message body is tr00
GLGabe LGinmailkite.hashnode.dev·5d 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
BBlueticksinblueticks.hashnode.dev·Jul 30 · 5 min readThe two tick model came from WhatsApp. Email only borrowed half of itThe two tick model came from WhatsApp. Email only borrowed half of it, and that half is the honest half Everyone who has used WhatsApp reads the ticks without thinking. One grey tick, it left your pho00
BBlueticksinblueticks.hashnode.dev·Jul 30 · 6 min readWhat Gmail's built-in read receipts actually give you, and what they do notWhat Gmail's built-in read receipts actually give you, and what they do not If you have ever searched for how to tell whether someone read your email, you have probably landed on a page that answers a00
TLTizer Luointizer.hashnode.dev·Jul 30 · 9 min readGiving every AI agent its own mailbox: the architecture behind a self-hosted MCP mail serverMy agents keep needing to read email. Signup codes, verification links, password resets: every automated workflow that touches a third-party service eventually hits an inbox. There are hosted APIs for12CR
Eemnaasinemnaas.hashnode.dev·Jul 29 · 10 min readTmail Protocol Analysis: How NFT Email Identity, Wallet Encryption, Decentralized Storage, and the Agentic Skills Layer Work Together Email infrastructure has not changed at the architecture level in thirty years. The addressing model is DNS-based and company-controlled. The authentication model is credential-based and server-stored00
KTKOSU TIMIEBI NICHOLASintimiebi.hashnode.dev·Jul 28 · 10 min readHow I Replaced GmailApp with Resend in Google Apps Script -(And Why You Should Too)If you've ever built a Google Form with automated email responses using Google Apps Script, you've probably run into the same frustrating problem I did. The emails send successfully, but they come fro00