Package | Description |
---|---|
com.naturalprogrammer.spring.lemon.mail |
Modifier and Type | Method and Description |
---|---|
static LemonMailData |
LemonMailData.of(java.lang.String to,
java.lang.String subject,
java.lang.String body) |
Modifier and Type | Method and Description |
---|---|
void |
SmtpMailSender.send(LemonMailData mail)
Sends a mail using a MimeMessageHelper
|
void |
MockMailSender.send(LemonMailData mail) |