| Modifier and Type | Method and Description |
|---|---|
PostmarkResponse |
PostmarkException.getResponse() |
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.
|
| Constructor and Description |
|---|
PostmarkException(String message,
PostmarkResponse response) |
Copyright © 2015. All Rights Reserved.