curl "https://api.postmarkapp.com/email" \ -X POST \ -H "Accept: application/json" \ -H "Content-Type: application/json" \ -H "X-Postmark-Server-Token: YOUR_API_TOKEN" \ -d ' "From": "sender@example.com", "To": "recipient@example.com", "Subject": "Hello from Postmark", "HtmlBody": "<strong>Hello</strong> dear Postmark user.", "TextBody": "Hello dear Postmark user.", "MessageStream": "outbound" '
Postmark is a specialized tool for a specific job. It is reliable, boring in the best way possible (which means it just works ), and fast. postmark
Do your users a favor. Move your receipts and password resets to Postmark. curl "https://api
: Use the Mustachio syntax to create dynamic templates with placeholders that you populate via the API. "Subject": "Hello from Postmark"
Why Your Transactional Email Deserves the Postmark Treatment