Package org.silverpeas.core.mail.engine
Provides classes implementing the Silverpeas Mail API
- Author:
- mmoquillon
-
Interface Summary Interface Description MailSender This interface provides a method to send a mail. -
Class Summary Class Description MailSenderTask A task MailSenderTask runs in the background a batch of mail to send.
When it get no more mail to send, the task ends and a new one will be instantiated on the next mail sending request.
Priority is given to synchronous mail sending request.SmtpConfiguration SMTP configurationSmtpMailSender This is the SMTP implementation of theMailSender
interface.SmtpMailSendReportListener This listener permits to get some reporting about a send of an mail.