Posts: 855
Threads: 238
Joined: Nov 2015
Reputation:
96
In the past I've built some reports that send some hardcoded HTML table reports as e-mail content, including links. I've been asked to replicate that quite often since people just open the e-mail, click on the link of the record they want to go to and do the stuff they need to. Do we have some way of customizing the way we attach or fill reports to e-mails yet? Or shall I open PR for that?
Posts: 3,565
Threads: 36
Joined: Apr 2014
Reputation:
49
I understand that you want to be able to define the contents of the email that is sent with scheduled reports instead of the stock hardcoded email. If so, now that we have the message template module we could easily move the hardcoded email to a template.
In other words, could you construct the email you want using the message template module?
Am I correct in my understanding?
Joe
TSolucio
Posts: 855
Threads: 238
Joined: Nov 2015
Reputation:
96
Well yes that seems like what I want to do. Construct the body of the e-mail without sending an attachment. We can do that with the new message functionality? Cool, how would we go about that?
Posts: 855
Threads: 238
Joined: Nov 2015
Reputation:
96
OK, looking at this now I don't think using the message template is what I want to do. The problem is that I basically want to send the report table as the e-mail body, using links inside the table. I think the MsgTemplate is very cool, but not suitable for that.