org.jwarp.service.mail
Interface IMailService
- All Superinterfaces:
- IConfigurable, IExceptionProvider, IService
- All Known Implementing Classes:
- MailService
- public interface IMailService
- extends IService
This is the service interface of the mail service. This service is also available for
asynchronous mailing via the work item manager since there by default also a mail send tool should be installed.
- Version:
- 0.1
- Author:
- Anatole Tresch
|
Field Summary |
static java.lang.String |
SERVICE_TYPE
The service type constant |
| Methods inherited from interface org.jwarp.service.IService |
checkContext, getDependencies, getLogLevel, getName, getStatus, getType, resume, setContext, setDependencies, setLogLevel, shutdown, start, suspend |
SERVICE_TYPE
public static final java.lang.String SERVICE_TYPE
- The service type constant
prepareEmail
public Email prepareEmail()
throws javax.mail.MessagingException
send
public void send(Email email)
throws javax.mail.MessagingException