Set from email for schedule reports

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
 
joseng62's picture
6297
Joined: Dec 5 2014 - 2:43am
Last seen: 4 months 5 days ago

Anyone !?

joseng62 - 6 years 10 months ago

Did this ever get resolved?

Thanks,

Shawn

staylor8 - 4 years 4 months ago

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.

joseng62 - 4 years 4 months ago

1 Answer:

Anyone !

joseng62's picture
6297
Joined: Dec 5 2014 - 2:43am
Last seen: 4 months 5 days ago
Feedback
randomness