Interface SmtpEmailProfile
- All Superinterfaces:
EmailProfile
An
EmailProfile which supports SMTP.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceEncapsulates an authentication credential used to authenticate the SMTP client against the SMTP serverstatic interfacestatic interfaceThe 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.ConnectionSettingsused to connect to the SMTP server
-
getAuthenticationSettings
SmtpEmailProfile.AuthenticationSettings getAuthenticationSettings() -
getAuthCredential
SmtpEmailProfile.AuthCredential getAuthCredential()- Returns:
- the current
SmtpEmailProfile.AuthCredentialused to authenticate with the SMTP server
-