com.jdroid.java.mail
Class MailServiceImpl
java.lang.Object
com.jdroid.java.mail.MailServiceImpl
- All Implemented Interfaces:
- MailService
public class MailServiceImpl
- extends Object
- implements MailService
|
Field Summary |
protected static org.slf4j.Logger |
LOGGER
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOGGER
protected static final org.slf4j.Logger LOGGER
MailServiceImpl
public MailServiceImpl()
sendMail
public void sendMail(String subject,
String body,
String sender,
String recipient)
throws MailException
- Specified by:
sendMail in interface MailService
- Throws:
MailException- See Also:
MailService.sendMail(java.lang.String, java.lang.String, java.lang.String,
java.lang.String)
Copyright © 2014. All rights reserved.