< 1 min read
Sending email in C# via the Mailgun API is about 3x faster than via SMTP.
They make it very straightforward, just requiring a form-encoded POST with basic authentication.
Full API reference can be found here: https://documentation.mailgun.com/en/latest/api-sending.html#sending
POST HASN'T TAG.