public class MailServiceImpl extends Object implements MailService
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOGGER |
| Constructor and Description |
|---|
MailServiceImpl() |
public void sendMail(String subject, String body, String sender, String recipient) throws MailException
sendMail in interface MailServiceMailExceptionMailService.sendMail(java.lang.String, java.lang.String, java.lang.String,
java.lang.String)Copyright © 2014. All rights reserved.