| Modifier and Type | Method and Description |
|---|---|
List<NameValuePair> |
PostmarkMessage.getHeaders() |
| Modifier and Type | Method and Description |
|---|---|
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.setHeaders(List<NameValuePair> headers) |
| Constructor and Description |
|---|
PostmarkMessage(String fromAddress,
String toAddress,
String replyToAddress,
String ccAddress,
String subject,
String body,
boolean isHTML,
String tag,
List<NameValuePair> headers) |
PostmarkMessage(String fromAddress,
String toAddress,
String replyToAddress,
String ccAddress,
String bccAddress,
String subject,
String body,
boolean isHTML,
String tag,
List<NameValuePair> headers) |
Copyright © 2015. All Rights Reserved.