@Service
class MailService
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private MailContentBuilder |
mailContentBuilder |
private org.springframework.mail.javamail.JavaMailSender |
mailSender |
| Constructor and Description |
|---|
MailService() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
sendMail(NotificationEmail notificationEmail) |
private final org.springframework.mail.javamail.JavaMailSender mailSender
private final MailContentBuilder mailContentBuilder
void sendMail(NotificationEmail notificationEmail)