I'm using Jaspersoft to create reports.
I need these reports to be sent as an email report
I want the email addresses to be read from the database, instead of manually entering them in the report scheduler
Is there a way to do this?
Thanks
Rathi
Related
I'm trying to fill out automatically the BCC for every email sent within the domain of our office using any kind of language.
I created and Outlook Add-in and I was thinking maybe put a button there and when it's clicked your BCC is always filled with one email. Please let me know any ideas how I can get this done.
Thank you!
I have made a report with textbox which when it is clicked, Outlook is opened and I can send a mail (parameters like subject and body are set). How can I make sending a mail automatic? Without clicking 'Send' button on opened Outlook?
You could send the mail from the server instead of from the client.
Therefore you can configure Database Mail in the SQL Server. Then you can send mails using stored procedures. You can trigger that procedure using a dataset of a subreport.
But what is your use case? Sharing reports? I think there a nicer solutions for that.
I receive periodic attachments from a specific email address. This email attachment is a 100kb CSV file.
I have been able to connect my Exchange account and get the specific emails as the source in Power BI.
But I am unable to extract the CSV attachment from these emails and use them as the source.
Could you please suggest a solution for my case?
We have a user with a subscription to an SSRS report. His email is (with last name & domain changed to protect his identity):
dexter.name#company.com
Periodically he won't receive his reports and if we investigate find that his email has been changed to "dexter.".
What could cause this?
I have one summary report and one detailed report, i need to send mail to my client daily attaching detailed report (excel file) as attachment of mail and the summary report as body for the same mail.
How do I do this? How do I include two reports to one email? Can this be done in SSRS 2008?
That functionality is not supported out-of-the-box. You might be able to write a custom extension to do it, but it's not going to be trivial.