Interface Mailer

All Known Implementing Classes:
BlockingMailerImpl

public interface Mailer
A mailer to send email.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    send(Mail... mails)
    Sends the given mails.
  • Method Details

    • send

      void send(Mail... mails)
      Sends the given mails.
      Parameters:
      mails - the mails, must not be null.