public class NopEmailRepository extends Object implements EmailRepository
| Constructor and Description |
|---|
NopEmailRepository() |
| 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) |
public void send(String fromAddress, String toAddress, String subject, String body)
send in interface EmailRepositorypublic void send(String fromAddress, String[] toAddresses, String subject, String body)
send in interface EmailRepositorypublic javax.mail.Session getSession()
getSession in interface EmailRepositoryCopyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.