Package org.silverpeas.core.mail.engine
Interface MailSender
-
- All Known Implementing Classes:
SmtpMailSender
public interface MailSender
This interface provides a method to send a mail.- Author:
- Yohann Chastagnier
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static MailSender
get()
void
send(MailToSend mail)
Performs a send of a mail.
-
-
-
Method Detail
-
get
static MailSender get()
-
send
void send(MailToSend mail)
Performs a send of a mail.- Parameters:
mail
- the mail to send.
-
-