- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-05-2018 06:14 AM
Does anyone know how I can change the formatting of the output of the Notification Email Script so that it matches the rest of the text in the message body?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-05-2018 07:49 AM
As a new Certified System Administrator, I really value the community for the wealth of information & support available. As such I think it only right I post my findings for any other "Newbies" out there.
Here's what I learned:
- If I just drop the HTML tags as part of the template.print strings (see below)
- then it passes it over to the notification as a string (See Email Log Record below - Body now contains HTML)
.
- and the notification interprets the HTML, resulting in PRESTO!!!
Hope that helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-05-2018 07:49 AM
As a new Certified System Administrator, I really value the community for the wealth of information & support available. As such I think it only right I post my findings for any other "Newbies" out there.
Here's what I learned:
- If I just drop the HTML tags as part of the template.print strings (see below)
- then it passes it over to the notification as a string (See Email Log Record below - Body now contains HTML)
.
- and the notification interprets the HTML, resulting in PRESTO!!!
Hope that helps!