How to have an elaborate email body in a bursting query.
I have bursting working where the delivery channel is email.
I showed our users how bursting works with a simple one line email body as a demo. Now they want to have a more elaborate email (as parameter 5) sent to the users. 500+ characters long, with paragraph indentations, underscores, bullets etc. How can I do that ?
Option 1 : Can I somehow send the email body as an additional attachment along with the report which is also sent as an attachment.
Option 2: How about a use a table for delivery data source where one of the columns in the table contains the email body with HTML tags or something for formatting.