public class SendGridMailServiceImpl extends Object implements MailService
| Constructor and Description |
|---|
SendGridMailServiceImpl(MailProperties mailProperties) |
| 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) |
public SendGridMailServiceImpl(MailProperties mailProperties)
public void sendMail(String templateId, String to)
sendMail in interface MailServicepublic void sendMail(String templateId, String to, Map<String,String> params)
sendMail in interface MailServicepublic void sendMail(String templateId, String to, String senderAddress, String senderName)
sendMail in interface MailServiceCopyright © 2021. All rights reserved.