How to write a HTML code from Email notification script
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2019 10:13 AM
Hi,
I have below lines of code which i want to call in notification script.
<table style="font-weight: 500; font-family: museo-slab,sans-serif; border: 0px solid black; border-spacing: 0; width: 100%; text-align: center; max-width: 800px; margin: auto; background-color: rgba(228, 228, 228, 1);">
<thead style="background-color: white;"></thead>
<tbody>
<tr>
<td style="height: 120px; width: 100%; text-align: center; max-width: 800px; margin: auto; background-color: rgba(228, 228, 228, 1);" colspan="5">${mail_script:notification_logo1}</td>
</tr>
<tr>
<td style="width: 100px;" colspan="1"> </td>
<td style="height: 40px;" colspan="3">
<p style="text-align: left;"><span style="text-align: left; font-family: museo-slab,sans-serif;"><span style="font-weigth: 500;">Initiative Product (${URI_REF}) has been submitted and is being reviewed by <strong>${u_project_manager}</strong>.</span></span></p>
<p> </p>
</td>
<td style="width: 100px;" colspan="1"> </td>
</tr>
<tr>
<td style="width: 100px;" colspan="1"> </td>
<td style="background-color: #e6e7e8; color: #396b53; text-align: left;" colspan="3"><span style="font-family: 'museo-sans', sans-serif;"><strong>Title</strong></span></td>
<td style="width: 100px;" colspan="1"> </td>
</tr>
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2023 04:01 AM
Hi,
Can You please provide the script to retrieve the HTML from the Template record and print it in from the Notification Script.
Thanks in advance.