org.silverpeas.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
 void send(MailToSend mail)
          Performs a send of a mail.
 

Method Detail

send

void send(MailToSend mail)
Performs a send of a mail.

Parameters:
mail - the mail to send.


Copyright © 2016 Silverpeas. All Rights Reserved.