public interface IPostmarkSender| ApiKey | Gets or sets the Postmark API key |
| ApplicationName | Gets or sets the application name |
| From | Gets or sets the sender email address |
| Response | Gets the PostmarkResponse from the Postmark send operation |
| Status | Gets the PostmarkStatus from the Postmark send operation |
| Subject | Gets or sets the subject of the message |
| SendAsync(IdtMessage) |
Legacy overload preserved for backward compatibility and simpler mocking.
Obsolete. |
| SendAsync(IdtMessage, CancellationToken) | Sends a IdtMessage using Postmark |