Closed Didikirawanvalid closed 1 year ago
INSERT INTO `nletes`.`email_template` (`TEMPLATE_NAME`, `TEMPLATE_CONTENT`, `SENDER_NAME`, `SEND_FROM`, `SUBJECT`, `TEMPLATE_TYPE`) VALUES ( 'Email Reset Phone Number', '<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Reset Password</title> </head> <body yahoo="" bgcolor="#f8f9fa" style="margin: 0; padding: 0; min-width: 100% !important"> <table width="100%" bgcolor="#f8f9fa" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <table class="content" align="center" cellpadding="0" cellspacing="0" border="0" style="width: 100%; max-width: 600px"> <tr> <td bgcolor="#ffffff" class="header" style="padding: 40px 30px 20px 30px"> <table align="center" border="0" cellpadding="0" cellspacing="0"> <tr> <td style="padding: 0 0 0 0"> <td style="padding: 0 0 0 0"> <img class="fix" src="https://api.nle-connect.id/product-nle-connect-uppercase.png" height="35" width="100%" alt="nle-logo" /> </td> </tr> </table> </td> </tr> <tr> <td bgcolor="#ffffff" class="innerpadding borderbottom" style=" padding: 30px 55px 30px 60px; border-bottom: 1px solid #f2eeed; "> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="bodycopy" style=" color: #153643; font-family: sans-serif; font-size: 16px; line-height: 22px; "> <p style="margin: 15px 0 30px 0">Hi ${fullname}</p> <p> Thank you for using NLE Connect. </p> <p> Please click the following link to change your phone number: </p> <table align="center" class="buttonwrapper" border="0" cellspacing="0" cellpadding="0" style="margin-top: 30px"> <tr> <td class="button" width="200" height="48" bgcolor="#f96649" style=" text-align: center; font-family: sans-serif; padding: 0 30px 0 30px; box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.14), 0px 1px 5px rgba(0, 0, 0, 0.12); border-radius: 4px; cursor: pointer; "> <a href="${activeUrl}" style=" color: #f96649; text-decoration: none; font-weight: 600; font-size: 16px; letter-spacing: -0.3px; line-height: 21.79px; color: #ffffff; ">RESET PHONE NUMBER</a> </td> </tr> </table> <p style="padding: 20px 0 0 0"> We hope this information will be of use to you. For more information, please contact us via nle.transporta.id or call the NLE Call Center at 14011 or 62-21-14777 if you are calling from overseas. </p> <p>We will be very happy to help you.</p> <p> Thank you for your interest in NLE Connect. </p> <p> Thank you,<br /> The team at NLE Connect </p> </td> </tr> </table> </td> </tr> <tr> <td bgcolor="#f96649" class="header" style="padding: 25px 30px 20px 30px"> <table align="center" border="0" cellpadding="0" cellspacing="0"> <tr align="center"> <td style="padding: 0 0 15px 0;"> <img class="fix" src="https://api.nle-connect.id/mail.png" height="12px" width="15px" alt="mail-logo" /> <a style="color: #ffffff; text-decoration: none; cursor: pointer;" href="mailto:hai@transporta.id">hai@transporta.id</a> </td> <td style="padding: 0 0 15px 0;"> <img class="fix" src="https://api.nle-connect.id/phone.png" height="12px" width="12px" alt="phone-logo" /> <a style="color: #ffffff; text-decoration: none">62-21-14777</a> </td> <td style="padding: 0 0px 15px 0;"> <img class="fix" src="https://api.nle-connect.id/web.png" height="15px" width="15px" alt="web-logo" /> <a style="color: #ffffff; text-decoration: none; cursor: pointer;" href="https://nle.transporta.id">nle.transporta.id</a> </td> </tr> <tr style="color: #ffffff"> <td> <p></p> </td> <td> <table style="color: #ffffff; text-decoration: none"> <tr> <td> <a style="cursor: pointer;" href="https://facebook.com" target="_blank"> <img class="fix" src="https://api.nle-connect.id/facebook.png" height="17px" width="17px" alt="facebook-logo" /></a> <a style="cursor: pointer;" href="https://instagram.com" target="_blank"> <img class="fix" src="https://api.nle-connect.id/template-instagram.png" height="17px" width="17px" alt="instagram-logo" /></a> <a style="cursor: pointer;" href="https://linkedin.com" target="_blank"><img class="fix" src="https://api.nle-connect.id/template-linkedin.png" height="17px" width="17px" alt="linkedin-logo" /></a> </td> <td> <p> ®NLE Connect 2022</p> </td> </tr> </table> </td> <td> <p></p> </td> </tr> <tr align="center" style="color: #ffffff"> <td></td> <td style="padding: 15px 0px 0px 0"> <p> ®transporta 2021</p> </td> <td></td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </body> </html>', 'NLE', 'noreply@transporta.id', 'Reset Phone Number', 'RESET_PHONE_NUMBER');
313
Insert Template Email Reset Phone Number