...
Possible variables:
Code Block |
---|
${numberreportName} ${title} Contract: is pending for your review. Please click on the below link to review: ${title}.documentName} ${recipient} |
HTML Sample
Code Block | ||
---|---|---|
| ||
<!DOCTYPE html> <html> <head> <title></title> <meta charset="utf-8"/> <meta content="width=device-width, initial-scale=1.0" name="viewport"/> <meta content="" name="description"/> <meta content="" name="author"/> </head> <!-- Styles --> <body style="background-attachment: fixed !important; background-color: #FAFAFA; background-repeat: repeat-x; background-image: -moz-linear-gradient(90deg, #FFF 30%, #81BEF7) !important; display:block; font-family:segoe ui,arial,sans-serif; font-size:14px; line-height:20px; text-align:center; width:100%"> <table border="0" cellpadding="0" cellspacing="0" style="background-color:#EFF5FB; margin:auto; text-align:justify; width:800px"> <tbody> <tr style="background-color:#FFF; padding-bottom:30px; padding-top:30px"> <td style="width:100px"> </td> <td style="padding-bottom:30px; padding-top:30px"><img src="https://www.contractexperience.com/img/cmx-logo.gif"/></td> <td style="width:100px"> </td> </tr> <tr style="height:40px"> <td> </td> <td> </td> <td> </td> </tr> <tr> <td> </td> <td style="background-color:#FFFFFF; padding:20px"> <p style="font-family:segoe ui,arial,sans-serif; font-size:14px; margin:0 0 10px"> <strong>Hello ${recipient}, </strong> </p> <div> Attached is the ${reportName} Please find the report document as attachment. <br/> </div> <p style="font-family:segoe ui,arial,sans-serif; font-size:14px; margin:0 0 10px"> <em>Thank you,<br/> The <a href="https://www.contractexperience.com/" style="color:#005FA3; cursor:auto; text-decoration:underline" mc:disable-tracking>Contract Experience</a> team </em> </p> </td> <td> </td> </tr> <tr style="height:40px"> <td> </td> <td> </td> <td> </td> </tr> </tbody> </table> </body> </html> |
...