public interface EmailTemplateProvider
| Modifier and Type | Method and Description |
|---|---|
void |
send(EmailTemplateConfiguration config,
String subjectKey,
String template,
Map<String,Object> attributes) |
void |
sendDocument(EmailTemplateConfiguration config,
DocumentModel invoice) |
void sendDocument(EmailTemplateConfiguration config, DocumentModel invoice) throws EmailException
EmailExceptionvoid send(EmailTemplateConfiguration config, String subjectKey, String template, Map<String,Object> attributes) throws EmailException
EmailExceptionCopyright © 2018. All rights reserved.