-
Notifications
You must be signed in to change notification settings - Fork 46
Version 2.0 Upgrade Guide
Version 2.0 of Postmark.Net has been designed from the ground up to take advantage of the latest .net features. The following page outlines the major improvements to the library, with information about how and when you need to convert your existing code to leverage these new features.
If your application targets older versions of .net (2.0 through 4.0), the Postmark.Net NuGet package contains the same assemblies as the 1.6.1 release, and no modifications to your application should be necessary if you are targeting these older frameworks.
If your application targets .net 4.5 or higher, you may need to make a few modifications to your code to work with the 2.0 client.
To be continued.
The Postmark.Net client can be installed from NuGet.
For additional information about the capabilities of the Postmark API, see http://developer.postmarkapp.com/.
- Getting Started
- Version 2.0 Upgrade Guide
- Sending Email
- Searching Sent Messages
- Analyzing Sent Messages
- Processing Inbound Email
- Retrieving Message Statistics
- Handling Bounces
- Managing Suppressions
- Working with Message Streams
- Managing Your Account
- Troubleshooting Async&Await
- Version 1.x Overview
- Sending Email
- Sending Batch Emails
- Sending Attachments
- Sending Inline Images
- Using
MailMessage
- Using the Bounce API
- [Getting Send Statistics](Sending Statistics)
- Adding Custom Email Headers