public interface MailService
| Modifier and Type | Method and Description |
|---|---|
void |
sendMail(String templateId,
String to) |
void |
sendMail(String templateId,
String to,
Map<String,String> params) |
void |
sendMail(String templateId,
String to,
String senderAddress,
String senderName) |
void |
sendMail(String templateId,
String to,
String senderAddress,
String senderName,
Map<String,String> params) |
Copyright © 2021. All rights reserved.