Wednesday, September 16, 2020

Email Format to send mail from ServiceNow Workflow

 Email Preview : 





Script 

<html>
<head><title></title></head>
<body style="width:99%">
<table style="width:100%; border-top: 1px solid #909090; border-bottom: 1px solid#909090">
<tr style="font-family: Calibri; background-color: #088A08; width: 100%; color: #FFFFFF; text-align: center; font-size: 18px;">
<td><b>Mailbox Creation</b></td>
</tr>
</table>
<br />
                                <p style="font-family: Calibri; color: black">Hi,</p>
                                <p style="font-family: Calibri; color: black">  Request has been completed.<br/>Please check below the details</p>

<table style="width: 60%;">
                                                                <tr>
                                                                                <td style="font-family: Calibri; border: thin solid #C0C0C0; background-color: #F8F8FF; color: #0C090A; font-family: Calibri; font-weight: bold; ">User Name</td>
                                                                                <td colspan="4" style="font-family: Calibri; border: thin solid #C0C0C0"> "Value"</td>
                                                                </tr>
                                                                <tr>
                                                                                <td style="font-family: Calibri; border: thin solid #C0C0C0; background-color: #F8F8FF; color: #0C090A; font-family: Calibri; font-weight: bold; ">Email-ID</td>
                                                                                <td colspan="4" style="font-family: Calibri; border: thin solid #C0C0C0"> "Value"</td>
                                                                </tr>
<tr>
                                                                                <td style="font-family: Calibri; border: thin solid #C0C0C0; background-color: #F8F8FF; color: #0C090A; font-family: Calibri; font-weight: bold; ">Password</td>
                                                                                <td colspan="4" style="font-family: Calibri; border: thin solid #C0C0C0"> "Value"</td>
                                                                </tr>
 </table>
<br />
<p style="font-family: Calibri; color: black"> Dear Team</p>
<p style="font-family: Calibri; color: black">  
<p style="font-family: Calibri; color: black; ">Regards<br /><b>Service Desk.</b></p>
<p style="font-family: Calibri; font-size: ; color: black">Note: This is a system generated email. Please do not reply to this.</p>
</body>
</html>

No comments:

Post a Comment