public interface IMailer
| Modifier and Type | Method and Description |
|---|---|
void |
sendMail(List<String> to,
String subject,
String content,
String fromRecipient) |
void |
sendMail(List<String> to,
String subject,
String content,
String fromRecipient,
String contentType) |
void |
sendMail(String to,
String subject,
String content,
String fromRecipient) |
void |
sendMail(String to,
String subject,
String content,
String fromRecipient,
String contentType) |
Copyright © 2018–2019 Butor Inc.. All rights reserved.