| Modifier and Type | Method and Description |
|---|---|
PostmarkResponse |
PostmarkClient.sendMessage(PostmarkMessage message)
Sends a message through the Postmark API.
|
PostmarkResponse |
PostmarkClient.sendMessage(String from,
String to,
String replyTo,
String cc,
String subject,
String body,
boolean isHTML,
String tag)
Sends a message through the Postmark API.
|
PostmarkResponse |
PostmarkClient.sendMessage(String from,
String to,
String replyTo,
String cc,
String subject,
String body,
boolean isHTML,
String tag,
List<NameValuePair> headers)
Sends a message through the Postmark API.
|
PostmarkResponse |
PostmarkClient.sendMessage(String from,
String to,
String replyTo,
String cc,
String bcc,
String subject,
String body,
boolean isHTML,
String tag,
List<NameValuePair> headers)
Sends a message through the Postmark API.
|
void |
PostmarkMessage.validate() |
Copyright © 2015. All Rights Reserved.