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 © 2020 Pivotal Software, Inc.. All rights reserved.