public interface EmailService
| Modifier and Type | Method and Description |
|---|---|
void |
sendHtmlEmail(Message message) |
void |
sendHtmlEmail(String fromEmail,
String template,
Locale locale,
Map<String,Object> ctx,
String... recipientEmails) |
void |
sendHtmlEmailWithAttachments(String fromEmail,
String template,
Locale locale,
Map<String,Object> ctx,
Attachment[] attachments,
String... recipientEmails) |
void |
sendTextEmail(Message message) |
void |
sendTextEmail(String fromEmail,
String template,
Locale locale,
Map<String,Object> ctx,
String... recipientEmails) |
void |
sendTextEmailWithAttachments(String fromEmail,
String template,
Locale locale,
Map<String,Object> ctx,
Attachment[] attachments,
String... recipientEmails) |
void sendTextEmail(Message message) throws javax.mail.MessagingException
javax.mail.MessagingExceptionvoid sendTextEmail(String fromEmail, String template, Locale locale, Map<String,Object> ctx, String... recipientEmails) throws javax.mail.MessagingException
javax.mail.MessagingExceptionvoid sendTextEmailWithAttachments(String fromEmail, String template, Locale locale, Map<String,Object> ctx, Attachment[] attachments, String... recipientEmails) throws javax.mail.MessagingException
javax.mail.MessagingExceptionvoid sendHtmlEmail(Message message) throws javax.mail.MessagingException
javax.mail.MessagingExceptionvoid sendHtmlEmail(String fromEmail, String template, Locale locale, Map<String,Object> ctx, String... recipientEmails) throws javax.mail.MessagingException
javax.mail.MessagingExceptionCopyright © 2019. All rights reserved.