I set a schedule to -email reports weekly. This is working fine.
Emailing works fine.
I want to display another from e-mail address instead of the email user account.
Here is my settings:
Working on JasperServer 6.2.1
apache-tomcat\webapps\jasperserver-pro\WEB-INF\
- applicationContext-report-scheduling.xml
<property name="javaMailProperties">
<props>
<prop key="mail.smtp.auth">true</prop>
<prop key="mail.smtp.starttls.enable">true</prop>
</props>
- js.quartz.properties ( I am using dummy data in this question )
report.scheduler.mail.sender.host=smtp.gmail.com
report.scheduler.mail.sender.username=Ben.Blue@demo.com
report.scheduler.mail.sender.password=abc123
report.scheduler.mail.sender.from=do_not_reply@demo.com
report.scheduler.mail.sender.protocol=smtp
report.scheduler.mail.sender.port=587
So the user receive the mail, but the from address displays "Ben.Blue@demo.com" instead of "do_not_reply@demo.com"
Any suggestion or advice is welcome.
Thank you
Any suggestion or advice is welcome.
Thank you
Anyone !?
Did this ever get resolved?
Thanks,
Shawn
I have not tested this again, but as far as I know , did has not been resolved yet.
Technicially should log a bug, but at the time I was not sure how and know i need to test this again first.