- All Known Implementing Classes:
MockMailer
public interface Mailer
Allows sending e-mail from a particular user@domain.
- Author:
- jonmv
-
Method Summary
Returns the domain this is configured to use.
void
Sends the given mail as the configured user@domain.
Returns the user this is configured to use.
-
Method Details
-
send
Sends the given mail as the configured user@domain.
-
user
Returns the user this is configured to use.
-
domain
Returns the domain this is configured to use.