Interface Mailer

  • All Known Implementing Classes:
    MockMailer

    public interface Mailer
    Allows sending e-mail from a particular user@domain.
    Author:
    jonmv
    • Method Detail

      • send

        void send​(Mail mail)
        Sends the given mail as the configured user@domain.
      • user

        String user()
        Returns the user this is configured to use.
      • domain

        String domain()
        Returns the domain this is configured to use.