Interface SmtpEmailProfile
- All Superinterfaces:
- EmailProfile
An 
EmailProfile which supports SMTP.- 
Nested Class SummaryNested 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.EmailProfileEmailProfile.Lifecycle, EmailProfile.Managed
- 
Method SummaryModifier and TypeMethodDescriptionMethods inherited from interface com.inductiveautomation.ignition.gateway.mail.EmailProfilegetAsSmtpEmailProfile, sendEmail
- 
Method Details- 
getConnectionSettingsSmtpEmailProfile.ConnectionSettings getConnectionSettings()- Returns:
- the SmtpEmailProfile.ConnectionSettingsused to connect to the SMTP server
 
- 
getAuthenticationSettingsSmtpEmailProfile.AuthenticationSettings getAuthenticationSettings()
- 
getAuthCredentialSmtpEmailProfile.AuthCredential getAuthCredential()- Returns:
- the current SmtpEmailProfile.AuthCredentialused to authenticate with the SMTP server
 
 
-