Untitled

mail@pastecode.io avatar
unknown
plain_text
2 years ago
4.3 kB
2
Indexable
Never
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
<head>
  <!--[if gte mso 9]><xml>
   <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
   </o:OfficeDocumentSettings>
  </xml><![endif]-->
  <!-- fix outlook zooming on 120 DPI windows devices -->
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- So that mobile will display zoomed in -->
  <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- enable media queries for windows phone 8 -->
  <meta name="format-detection" content="date=no"> <!-- disable auto date linking in iOS 7-9 -->
  <meta name="format-detection" content="telephone=no"> <!-- disable auto telephone linking in iOS 7-9 -->
  <title>Email verification</title>
  
  <style type="text/css">
@media screen and (max-width: 599px) {
  .force-row,
.container {
    width: 100% !important;
    max-width: 100% !important;
  }
}
</style>
</head>
​
<body style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; margin: 0; padding: 0;" bgcolor="#F0F0F0" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table border="0" width="100%" height="100%" cellpadding="0" cellspacing="0" bgcolor="#F0F0F0" style="border-spacing: 0; mso-table-lspace: 0pt; mso-table-rspace: 0pt;">
  <tr>
    <td align="center" valign="top" bgcolor="#F0F0F0" style="border-collapse: collapse; background-color: #F0F0F0;">
      <table border="0" width="450" cellpadding="0" cellspacing="0" class="container" style="border-spacing: 0; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 450px; max-width: 450px;">
        <tr>
          <td class="container-padding header" align="center" style="border-collapse: collapse; font-family: Helvetica, Arial, sans-serif; font-size: 34px; font-weight: bold; padding-bottom: 12px; color: #0a9ae5; padding-left: 24px; padding-right: 24px; text-align: center;">
            <img src='https://static.paynura.com/logo_email.png' width="100px" style="-ms-interpolation-mode: bicubic; max-width: 100px; margin-bottom: 20px; margin-top: 10px; display: block;" alt="logo">
          </td>
        </tr>
        <tr>
          <td class="container-padding content" align="left" style="border-collapse: collapse; background-color: #ffffff; border-radius: 10px; border: 1px solid #ebebeb; position: relative;" bgcolor="#ffffff">
<div class="title" style="font-family:Helvetica, Arial, sans-serif;font-size:24px;font-weight:600;color:#374550; border-bottom:1px solid #efefef; padding:20px; text-align:center;">Hello {{ recipient.name }} </div>
<div class="body-text" style="font-family:Helvetica, Arial, sans-serif;font-size:14px;line-height:20px;text-align:left;color:#333333; padding:25px;">
 You or someone else requested to change your account email to {{ recipient.pendedEmail }}.<br><br>
 If you haven’t requested email change, please contact our Customer Service {{ support.email }}.<br><br>
    <img src='https://static.paynura.com/logo_email.png' width="100px" style="-ms-interpolation-mode: bicubic; max-width: 100px; margin-bottom: 20px; margin-top: 10px; display: block;" alt="logo">
 Kind Regards,<br>
 {{ room.name }} team
</div>
            <div style=" background:#f7f7f7; padding:20px; border-bottom-left-radius: 7px; border-bottom-right-radius: 7px; font-family:Helvetica, Arial, sans-serif;font-size:14px;line-height:20px;text-align:left;color:#aaaaaa; ">
              If there’s anything we can help you with, please contact us at <a href="mailto:{{ support.email }}" style="color:#0a9ae5; text-decoration:none;">{{ support.email }}</a>
            </div>
          </td>
        </tr>
        <tr>
          <td class="container-padding footer-text" align="left" style="border-collapse: collapse; font-family: Helvetica, Arial, sans-serif; font-size: 12px; line-height: 16px; color: #aaaaaa; padding-left: 24px; padding-right: 24px;">
            <br><br>
            You received this email to let you know about important changes to your Account and services.
          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</body>
</html>