-
Notifications
You must be signed in to change notification settings - Fork 48
Home v1.x
Andrew Theken edited this page Dec 11, 2014
·
1 revision
- You’ll need to sign up for a new account.
- You’ll need a server token, obtained when you set up a new server on your existing account.
- You’ll need to verify at least one sender signature, which is the email address used for the
From
value of your messages, a signature can be obtained here.
- Sending text and html email messages
- Sending Attachments
- [Sending Inline Images] (Sending-Inline-Images)
- Sending Batches
- Using System.Net.Mail.MailMessage
- Using the Bounce API
- Adding Custom Headers
- Gathering your sending statistics
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