How to write a HTML code from Email notification script

shaik_irfan
Tera Guru

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">&nbsp;</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&nbsp;<strong>${u_project_manager}</strong>.</span></span></p>
<p>&nbsp;</p>
</td>
<td style="width: 100px;" colspan="1">&nbsp;</td>
</tr>
<tr>
<td style="width: 100px;" colspan="1">&nbsp;</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">&nbsp;</td>
</tr>

 

 

5 REPLIES 5

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.