-
Notifications
You must be signed in to change notification settings - Fork 46
Managing Your Account
Matt West edited this page Dec 20, 2017
·
2 revisions
PostmarkDotNet includes a client that allows you to manage Account-level settings, PostmarkAdminClient
.
The PostmarkAdminClient
supports:
IMPORTANT:
In order to use the PostmarkAdminClient
, you need to use your "Account Token," this is not the same
token as the "Server" Tokens that are used to send and manage email using the PostmarkClient
.
You can get your "Account Token" here.
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