| Package | Description |
|---|---|
| io._57blocks.email | |
| io._57blocks.email.params |
| Modifier and Type | Method and Description |
|---|---|
void |
DummyEmailServiceImpl.sendHtmlEmailWithAttachments(String fromEmail,
String template,
Locale locale,
Map<String,Object> ctx,
Attachment[] attachments,
String... recipientEmails) |
void |
EmailService.sendHtmlEmailWithAttachments(String fromEmail,
String template,
Locale locale,
Map<String,Object> ctx,
Attachment[] attachments,
String... recipientEmails) |
void |
EmailServiceImpl.sendHtmlEmailWithAttachments(String fromEmail,
String template,
Locale locale,
Map<String,Object> ctx,
Attachment[] attachments,
String... recipientEmails) |
void |
DummyEmailServiceImpl.sendTextEmailWithAttachments(String fromEmail,
String template,
Locale locale,
Map<String,Object> ctx,
Attachment[] attachments,
String... recipientEmails) |
void |
EmailService.sendTextEmailWithAttachments(String fromEmail,
String template,
Locale locale,
Map<String,Object> ctx,
Attachment[] attachments,
String... recipientEmails) |
void |
EmailServiceImpl.sendTextEmailWithAttachments(String fromEmail,
String template,
Locale locale,
Map<String,Object> ctx,
Attachment[] attachments,
String... recipientEmails) |
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
Message.getAttachments() |
| Modifier and Type | Method and Description |
|---|---|
Message.MessageBuilder |
Message.MessageBuilder.attachments(List<Attachment> attachments) |
void |
Message.setAttachments(List<Attachment> attachments) |
Copyright © 2019. All rights reserved.