Interface SmtpEmailProfile
- All Superinterfaces:
EmailProfile
An
EmailProfile
which supports SMTP.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Encapsulates an authentication credential used to authenticate the SMTP client against the SMTP serverstatic interface
static interface
The connection settings used for establishing a connection to an SMTP serverNested classes/interfaces inherited from interface com.inductiveautomation.ignition.gateway.mail.EmailProfile
EmailProfile.Lifecycle, EmailProfile.Managed
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface com.inductiveautomation.ignition.gateway.mail.EmailProfile
getAsSmtpEmailProfile, sendEmail
-
Method Details
-
getConnectionSettings
SmtpEmailProfile.ConnectionSettings getConnectionSettings()- Returns:
- the
SmtpEmailProfile.ConnectionSettings
used to connect to the SMTP server
-
getAuthenticationSettings
SmtpEmailProfile.AuthenticationSettings getAuthenticationSettings() -
getAuthCredential
SmtpEmailProfile.AuthCredential getAuthCredential()- Returns:
- the current
SmtpEmailProfile.AuthCredential
used to authenticate with the SMTP server
-