| Modifier and Type | Field and Description |
|---|---|
protected List<NameValuePair> |
PostmarkMessageBase.headers |
| Modifier and Type | Method and Description |
|---|---|
List<NameValuePair> |
PostmarkMessageBase.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 |
PostmarkMessageBase.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) |
PostmarkMessageBase(String fromAddress,
String toAddress,
String replyToAddress,
String ccAddress,
String tag,
List<NameValuePair> headers) |
PostmarkMessageBase(String fromAddress,
String toAddress,
String replyToAddress,
String ccAddress,
String bccAddress,
String tag,
List<NameValuePair> headers) |
PostmarkTemplate(String fromAddress,
String toAddress,
String replyToAddress,
String ccAddress,
String tag,
List<NameValuePair> headers,
int templateId,
TemplateModel templateModel,
boolean inlineCss) |
PostmarkTemplate(String fromAddress,
String toAddress,
String replyToAddress,
String ccAddress,
String bccAddress,
String tag,
List<NameValuePair> headers,
int templateId,
TemplateModel templateModel,
boolean inlineCss) |
Copyright © 2017. All rights reserved.