-
Notifications
You must be signed in to change notification settings - Fork 279
Notification Service
KanchanaAradhya edited this page Jun 20, 2019
·
16 revisions
Notification will allow users to send Issue- Asset details in a email.Also while sending the autofix mails. It supports both open and non open relay servers.
Open relay server configurations
Non open relay server configurations
Go to the table pac_config_properties
, find the below cfkey's and update the values as follows.
spring.mail.host = Enter the mail server
spring.mail.port = Enter the port
spring.mail.protocol = smtp
spring.mail.defaultEncoding = UTF-8
spring.mail.username = Enter the mail address, it can be your from mail address
spring.mail.password = Since it is a open relay server, you don't have to give the password or you can enter dummy value
spring.mail.properties.mail.smtp.auth = you can make it true or false
spring.mail.properties.mail.smtp.ssl.trust = Enter the mail server
spring.mail.properties.mail.smtp.starttls.enable = true
spring.mail.test-connection = false
Go to the table pac_config_properties
, find the below cfkey's and update the values as follows.
spring.mail.host = Enter the mail server
spring.mail.port = Enter the port
spring.mail.protocol = smtp
spring.mail.defaultEncoding = UTF-8
spring.mail.username = Enter the mail address, it can be your from mail address
spring.mail.password = Enter the password
spring.mail.properties.mail.smtp.auth = true
spring.mail.properties.mail.smtp.ssl.trust = Enter the mail server
spring.mail.properties.mail.smtp.starttls.enable = true
spring.mail.test-connection = false
Go to the overview page and click on the total violations
Click on any of the issue id and click on the email issue icon
Enter the from and to addresses and click send,then you will see mail sent successfully message