public interface EmailSenderProvider
| Modifier and Type | Method and Description |
|---|---|
void |
send(OrganizationModel organization,
EmailUserModel user,
String subject,
String textBody,
String htmlBody) |
void |
send(OrganizationModel organization,
EmailUserModel user,
String subject,
String textBody,
String htmlBody,
List<EmailFileModel> attachments) |
void send(OrganizationModel organization, EmailUserModel user, String subject, String textBody, String htmlBody) throws EmailException
EmailExceptionvoid send(OrganizationModel organization, EmailUserModel user, String subject, String textBody, String htmlBody, List<EmailFileModel> attachments) throws EmailException
EmailExceptionCopyright © 2018. All rights reserved.