When creating an email subscription through Strategy Command Manager, the message content can be specified as HTML and formatted by using HTML syntax.
In the example below, the message has been formatted and it will contain two paragraphs. The first paragraph will display in bold through the usage of the <b> HTML tag.
CREATE EMAILSUBSCRIPTION "My formatted email subscription" FOR OWNER "Administrator" SCHEDULE "All The Time" CONTACT "Manager" CONTENT "Customers Summary" IN FOLDER "\Public Objects\Reports\Subject Areas\Customer Analysis" IN PROJECT "Strategy Tutorial" DELIVERYFORMAT PDF EXPIRATIONDATE 11/11/2013 FILENAME "MySubscription" SUBJECT "Formatted Email Subscription" MESSAGE "<html><p><b>This text has been formatted</b></p>second paragraph</html>";
