How do I configure email notification of scheduled Analytics reports?

Overview

You can configure an outbound email server to send a scheduled report. As the nsp user, update the following file on all analytics servers, then restart the analytics servers for the configurations to take effect:

/opt/nsp/os/tomcat/webapps/jasperserver-pro/WEB-INF/js.quartz.properties

report.scheduler.mail.sender.host=smtp.server.com

report.scheduler.mail.sender.username=admin

report.scheduler.mail.sender.password=password

report.scheduler.mail.sender.from=admin@example.com

report.scheduler.mail.sender.protocol=smtp

report.scheduler.mail.sender.port=25

where

the value for the mail.sender.host property is configured to your outbound mail server; for example: report.scheduler.mail.sender.host=admin@example.com

the values for the mail.sender.username and mail.sender.password properties are configured using valid login credentials to your outbound mail server; for example: report.scheduler.mail.sender.username=admin

report.scheduler.mail.sender.password=password

the value for the mail.sender.from property is configured to the email ID of the sender, which must be reachable and valid; for example: report.scheduler.mail.sender.from=admin@example.com

the value for the mail.sender.protocol property is configured to the protocol used by your outbound mail server; for example: report.scheduler.mail.sender.protocol=smtp

the value for the mail.sender.port property is configured to the port that your outbound mail server listens on; for example: report.scheduler.mail.sender.port=25