Send emails from your .NET apps through Postmark API on time, every time.
// Import:
using PostmarkDotNet;
// Send an email asynchronously:
var message = new PostmarkMessage()
{
To = "sender@example.com",
From = "recipient@example.com",
TrackOpens = true,
Subject = "A complex email",
TextBody = "Plain Text Body",
HtmlBody = "HTML goes here",
Tag = "New Year's Email Campaign",
Headers = new HeaderCollection{
{"X-CUSTOM-HEADER", "Header content"}
}
};
var client = new PostmarkClient("POSTMARK-SERVER-API-TOKEN-HERE");
var sendResult = await client.SendMessageAsync(message);
if (sendResult.Status == PostmarkStatus.Success){ /* Handle success */ }
else { /* Resolve issue.*/ }
Want to test our APIs and activity logging? Send emails to test@blackhole.postmarkapp.com
We were using one of your competitors because they featured a freemium plan. However we were getting complaints on a weekly basis that emails weren’t reaching clients. […] Other than an edge case here or there, since switching to Postmark, our support tickets regarding email delivery have plummeted to zero. That alone makes Postmark worth its weight in gold.
We‘ve grown from sending 0 to 200,000 transactional emails daily, and Postmark helped us a lot with scaling that process.
I’ve used SendGrid, Mandrill and Postmark for transactional email in production. Amazing how much better Postmark is than everyone else.
We use Postmark and are very happy with it. Switched from SendGrid due to security problems, dodgy UI, and not storing email content.
We’ve got you covered. We process transactional email for companies of all sizes:
A comprehensive suite of tools to help you seamlessly integrate email with your .NET application.
We’re focused on building the best reputation in the industry for transactional email.
Simple and transparent pricing means you only pay for what you use.
Responsive templates for sending transactional emails, including welcome messages, password resets, and more.
Increased visibility with detailed open and delivery tracking for every email.
Easy integration via API or SMTP so you can start sending in minutes.
Industry-leading delivery speeds. Up to 4x faster than other providers.
Your customers expect transactional emails to arrive immediately—not eventually.
We constantly monitor our delivery speeds and share the data publicly.