Tag
#deliverability
2 posts tagged “deliverability”.
- 5 min read
The Amazon SES alternative for developers
Amazon SES is the cheapest way to send at scale and the most assembly-required way to do anything else: sending starts sandboxed behind an AWS approval, bounce and complaint handling is your Lambda to write, and receiving means raw MIME dropped in an S3 bucket you fetch and parse yourself. Here's a fair comparison, and what MailKite does differently — send the moment DNS verifies, inbound as parsed JSON, no S3/SNS/Lambda/IAM.
- 5 min read
Deliverability is a black box, and shared IPs let strangers tank you
On shared-IP transactional email, a stranger's spam can sink your inbox placement — and the provider hands you a black box instead of an answer. Here's what actually moves the needle: real SPF/DKIM/DMARC, a monitored stream, and an auth field you can read.