Class SendMailConfiguration
-
- All Implemented Interfaces:
public final class SendMailConfiguration
-
-
Method Summary
Modifier and Type Method Description final StringgetHostName()The address of the outgoing SMTP server that will be used to send the message. final IntegergetPort()The port used for the SMTP server. final StringgetUsername()The username to authenticate with the SMTP server. final StringgetPassword()The password to authenticate with the SMTP server. final BooleangetUseSsl()Configuration if SSL/TLS encryption should be enabled with the SMTP server. final StringgetFromAddress()The 'from' field of the outgoing email. -
-
Method Detail
-
getHostName
final String getHostName()
The address of the outgoing SMTP server that will be used to send the message.
-
getUsername
final String getUsername()
The username to authenticate with the SMTP server.
-
getPassword
final String getPassword()
The password to authenticate with the SMTP server.
-
getUseSsl
final Boolean getUseSsl()
Configuration if SSL/TLS encryption should be enabled with the SMTP server.
-
getFromAddress
final String getFromAddress()
The 'from' field of the outgoing email.
-
-
-
-