Interface MailSender

  • All Known Implementing Classes:
    SmtpMailSender

    public interface MailSender
    This interface provides a method to send a mail.
    Author:
    Yohann Chastagnier
    • Method Detail

      • send

        void send​(MailToSend mail)
        Performs a send of a mail.
        Parameters:
        mail - the mail to send.