Blog

The Postmark MCP server, one year later: from 4 tools to 24

About a year ago, we introduced something experimental from Postmark Labs: an MCP server that let an AI assistant send email through Postmark. It shipped with exactly one useful tool, sendEmail, plus three supporting ones (four total). You gave it a recipient, a subject, and a body, and it sent. We said at the time we'd started with a single Postmark server "because we had to start somewhere."

Continue reading

Sending bulk email in Python? Prioritize practices that get your mail delivered

Recipients associate bulk email with spam, inbox clutter, and irrelevant marketing campaigns. Senders associate it with poor deliverability, complicated orchestration, and the constant fear of landing in spam folders. 

If you handle bulk email, these problems may sound familiar. The DIY Python approach — install smtplib, divvy up your mailing list in a CSV file, set up a loop function, hope for the best — all but guarantees delivery problems. The mail itself isn’t the problem, though.

Continue reading

Archive