Interface Mailer
-
- All Known Implementing Classes:
MockMailer
public interface MailerAllows sending e-mail from a particularuser@domain.- Author:
- jonmv
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringdomain()Returns the domain this is configured to use.voidsend(Mail mail)Sends the given mail as the configured user@domain.Stringuser()Returns the user this is configured to use.
-