An open API service indexing awesome lists of open source software.

https://github.com/activecampaign/postmark-dotnet

A .NET library for the Postmark API
https://github.com/activecampaign/postmark-dotnet

Last synced: about 1 year ago
JSON representation

A .NET library for the Postmark API

Awesome Lists containing this project

README

          


Postmark Logo

# Postmark .NET

[![Build Status](https://circleci.com/gh/wildbit/postmark-dotnet.svg?style=shield)](https://circleci.com/gh/wildbit/postmark-dotnet)

## Leave transactional email delivery to the experts

Postmark helps deliver and track transactional emails for web applications. In a nutshell, the service replaces SMTP (or Sendmail) with a far more reliable, scalable and care-free environment. In addition, you can track statistics for the number of emails sent, bounces and spam complaints.

The Postmark.NET NuGet package makes it easier to use the Postmark API from your projects without having to build your own API calls. You can get your free API token at http://www.postmarkapp.com

### Usage
Please see the [wiki](https://github.com/wildbit/postmark-dotnet/wiki) for instructions about sending email, using the bounce api, and additional sending options.

### Issues & Comments
Please leave all comments, bugs, requests, and issues on the Issues page. We'll respond to your request ASAP!

### License
The Postmark .NET Library is licensed under the [MIT](http://www.opensource.org/licenses/mit-license.php "Read more about the MIT license form") license. Refer to the [LICENSE](https://github.com/wildbit/postmark-dotnet/blob/master/LICENSE) file for more information.