public interface EmailRepository
| Modifier and Type | Method and Description |
|---|---|
javax.mail.Session |
getSession() |
void |
send(String fromAddress,
String[] toAddresses,
String subject,
String body) |
void |
send(String fromAddress,
String toAddress,
String subject,
String body) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.