| Package | Description |
|---|---|
| org.craftercms.commons.mail | |
| org.craftercms.commons.mail.impl |
| Modifier and Type | Method and Description |
|---|---|
Email |
EmailFactory.getEmail(String from,
String[] to,
String[] cc,
String[] bcc,
String subject,
String body,
boolean html,
File... attachments)
Creates a new
Email. |
Email |
EmailFactory.getEmail(String from,
String[] to,
String[] cc,
String[] bcc,
String subject,
String templateName,
Object templateModel,
boolean html,
File... attachments)
Creates a new
Email. |
Email |
EmailFactory.getEmail(String from,
String[] to,
String[] cc,
String[] bcc,
String replyTo,
String subject,
String body,
boolean html,
File... attachments)
Creates a new
Email. |
Email |
EmailFactory.getEmail(String from,
String[] to,
String[] cc,
String[] bcc,
String replyTo,
String subject,
String templateName,
Object templateModel,
boolean html,
File... attachments)
Creates a new
Email. |
| Modifier and Type | Class and Description |
|---|---|
class |
EmailImpl
Default implementation of
Email, which uses Spring Mail to send a message. |
| Modifier and Type | Method and Description |
|---|---|
Email |
EmailFactoryImpl.getEmail(String from,
String[] to,
String[] cc,
String[] bcc,
String subject,
String body,
boolean html,
File... attachments) |
Email |
EmailFactoryImpl.getEmail(String from,
String[] to,
String[] cc,
String[] bcc,
String subject,
String templateName,
Object templateModel,
boolean html,
File... attachments) |
Email |
EmailFactoryImpl.getEmail(String from,
String[] to,
String[] cc,
String[] bcc,
String replyTo,
String subject,
String body,
boolean html,
File... attachments) |
Email |
EmailFactoryImpl.getEmail(String from,
String[] to,
String[] cc,
String[] bcc,
String replyTo,
String subject,
String templateName,
Object templateModel,
boolean html,
File... attachments) |
Copyright © 2018 CrafterCMS. All rights reserved.