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
- Host: GitHub
- URL: https://github.com/activecampaign/postmark-dotnet
- Owner: ActiveCampaign
- License: other
- Created: 2012-02-09T20:09:15.000Z (over 14 years ago)
- Default Branch: main
- Last Pushed: 2024-08-08T10:28:49.000Z (almost 2 years ago)
- Last Synced: 2025-04-15T09:50:40.860Z (about 1 year ago)
- Language: C#
- Homepage: http://developer.postmarkapp.com/
- Size: 41.8 MB
- Stars: 51
- Watchers: 20
- Forks: 48
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Postmark .NET
[](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.