Interface EmailProfile.Lifecycle
- All Superinterfaces:
EmailProfile
- Enclosing interface:
- EmailProfile
An
EmailProfile
which exposes additional methods for the Platform to drive the profile's lifecycle.-
Nested Class Summary
Nested classes/interfaces inherited from interface com.inductiveautomation.ignition.gateway.mail.EmailProfile
EmailProfile.Lifecycle, EmailProfile.Managed
-
Method Summary
Methods inherited from interface com.inductiveautomation.ignition.gateway.mail.EmailProfile
getAsSmtpEmailProfile, sendEmail
-
Method Details
-
startup
void startup()Starts up the email profile. Must only be called at most once, and must be called before shutdown. -
shutdown
void shutdown()Shuts down the email profile. Must only be called at most once, and must be called after startup.
-