| Package | Description |
|---|---|
| net.nextpulse.postmarkapp.api.server | |
| net.nextpulse.postmarkapp.models.server |
| Modifier and Type | Method and Description |
|---|---|
SendEmailResponse |
SendingAPIApi.sendEmail(String xPostmarkServerToken,
SendEmailRequest body)
Send a single email
|
SendEmailResponse |
TemplatesAPIApi.sendEmailWithTemplate(String xPostmarkServerToken,
EmailWithTemplateRequest body)
Send an email using a Template
|
SendEmailResponse |
SendingAPIApi.sendEmailWithTemplate(String xPostmarkServerToken,
EmailWithTemplateRequest body)
Send an email using a Template
|
| Modifier and Type | Method and Description |
|---|---|
SendEmailResponse |
SendEmailResponse.errorCode(Integer errorCode) |
SendEmailResponse |
SendEmailResponse.message(String message) |
SendEmailResponse |
SendEmailResponse.messageID(String messageID) |
SendEmailResponse |
SendEmailResponse.submittedAt(Date submittedAt) |
SendEmailResponse |
SendEmailResponse.to(String to) |
Copyright © 2019. All rights reserved.