| Class | Description |
|---|---|
| GmailSmtpEmailSender |
An e-mail sender pre-configured for Gmail servers.
|
| SmtpAuthEmailSender |
An e-mail sender that asynchronously sends e-mail via SMTP over TLS using the default implementation of the Java Mail API.
|
| SmtpConfiguration |
Instances of this class specify how to connect to an SMTP server with a username and password.
|
| Enum | Description |
|---|---|
| SmtpConfiguration.TransportSecurity |
How to secure the connection to an SMTP server.
|