Jump to content

How to set up a mail for email delivery for reports in Jaspersoft


gowri

Recommended Posts

  • 2 weeks later...
  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • 1 month later...

Hi Gowri, to configure the scheduler mailing options you need to SSH into your EC2 instance and setup your mail server configuration in the file Quartz config file. The file is located in "/usr/share/tomcat7/webapps/jasperserver-pro//WEB-INF/js.quartz.properties" you may need to use "sudo" since the ec2-user by default does not have permision in this folder. Pick your favorite text editor and edit the config file, at the bottom you will find this:

report.scheduler.mail.sender.host=mail.localhost.comreport.scheduler.mail.sender.username=adminreport.scheduler.mail.sender.password=passwordreport.scheduler.mail.sender.from=admin@localhost.comreport.scheduler.mail.sender.protocol=smtpreport.scheduler.mail.sender.port=25

Change those values to match your mail server and you are set. Here is an article that explains this more in depth: http://community.jaspersoft.com/wiki/configuring-report-scheduler#Setting_Up_the_Connection_to_your_Outbound_Email_Server

You also have some extra scheduelr configuration that is explained in the JasperServer Admin Guide http://community.jaspersoft.com/documentation/tibco-jasperreports-server-administrator-guide/v601/configuring-scheduler

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...