Package org.forgerock.openam.services.email
Service interface for sending email messages and default implementation.
-
Interface Summary Interface Description MailServer Pluggable interface for all email sending in OpenAM.MailServerFactory<T extends MailServer> Factory interface for creating instances ofMailServer
. -
Class Summary Class Description MailServerImpl DefaultMailServer
implementation that sends email via the configured SMTP server.