| Constructor and Description |
|---|
SMTPEmailer(org.springframework.mail.javamail.JavaMailSenderImpl emailService,
String fromAddress) |
| Modifier and Type | Method and Description |
|---|---|
void |
send(String subject,
String body,
String... recipients) |
void |
sendAsHtml(String subject,
String body,
String... recipients) |
public SMTPEmailer(org.springframework.mail.javamail.JavaMailSenderImpl emailService,
String fromAddress)
Copyright © 2009–2020 LYRASIS. All rights reserved.