User Guide : Using Job Notifications
 
Share this page                  
Using Job Notifications
 
Registering the SMTP Server
Configuring Job Notifications
Subscribing to Job Notifications through the UI
Subscribing to Job Notifications Through the API
Registering the SMTP Server
In the application.properties file, the following values must be set to register an SMTP server with the application:
spring.mail.host - hostname of the smtp server
spring.mail.username - username for credentials used to access smtp server
spring.mail.password - password for credentials used to access smtp server
SMTP is currently the only email protocol supported by the application. The configuration fields in application.properties that are prefixed with spring.mail.properties.mail are pre-configured and should not be changed.