Advertisement
Guest User

Template Send Email

a guest
Apr 25th, 2019
518
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 63.52 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3.  
  4. <head>
  5.   <!-- The character set should be utf-8 -->
  6.   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  7.   <!-- Enables media queries -->
  8.   <meta name="viewport" content="width=device-width">
  9.   <!-- Link to the email's CSS, which will be inlined into the email -->
  10.  
  11. </head>
  12.  
  13. <body style="-moz-box-sizing: border-box; -ms-text-size-adjust: 100%; -webkit-box-sizing: border-box; -webkit-text-size-adjust: 100%; Margin: 0; box-sizing: border-box; color: #0a0a0a; font-family: Arial; font-size: 16px; font-weight: normal; line-height: 1.3; margin: 0; min-width: 100%; padding: 0; text-align: left; width: 100% !important;">
  14.   <style>
  15.   @media only screen {
  16.       html {
  17.         min-height: 100%;
  18.         background: #f0f3f5;
  19.       }
  20.     }
  21.  
  22.     @media only screen and (max-width: 596px) {
  23.       .small-float-center {
  24.         margin: 0 auto !important;
  25.         float: none !important;
  26.         text-align: center !important;
  27.       }
  28.       .small-text-center {
  29.         text-align: center !important;
  30.       }
  31.       .small-text-left {
  32.         text-align: left !important;
  33.       }
  34.       .small-text-right {
  35.         text-align: right !important;
  36.       }
  37.     }
  38.  
  39.     @media only screen and (min-width: 597px) {
  40.       .footer tr,
  41.       .footer tr {
  42.         text-align: left!important;
  43.       }
  44.     }
  45.  
  46.     @media only screen and (max-width: 596px) {
  47.       .hide-for-large {
  48.         display: block !important;
  49.         width: auto !important;
  50.         overflow: visible !important;
  51.         max-height: none !important;
  52.         font-size: inherit !important;
  53.         line-height: inherit !important;
  54.       }
  55.       .footer th,
  56.       .footer th {
  57.         width: 0!important;
  58.         padding-right: 5px!important;
  59.       }
  60.     }
  61.   }
  62.   @media only screen and (max-width: 596px) {
  63.     table.body table.container .hide-for-large,
  64.     table.body table.container .row.hide-for-large {
  65.       display: table !important;
  66.       width: 100% !important;
  67.     }
  68.   }
  69.   @media only screen and (max-width: 596px) {
  70.     table.body table.container .callout-inner.hide-for-large {
  71.       display: table-cell !important;
  72.       width: 100% !important;
  73.     }
  74.   }
  75.   @media only screen and (max-width: 596px) {
  76.     table.body table.container .show-for-large {
  77.       display: none !important;
  78.       width: 0;
  79.       mso-hide: all;
  80.       overflow: hidden;
  81.     }
  82.   }
  83.   @media only screen and (max-width: 596px) {
  84.     table.body img {
  85.       width: auto;
  86.       height: auto;
  87.     }
  88.  
  89.     table.body center {
  90.       min-width: 0 !important;
  91.     }
  92.  
  93.     table.body .container {
  94.       /*width: 95% !important;*/
  95.       width: 100% !important;
  96.     }
  97.  
  98.     table.body .columns,
  99.     table.body .column {
  100.       height: auto !important;
  101.       -moz-box-sizing: border-box;
  102.       -webkit-box-sizing: border-box;
  103.       box-sizing: border-box;
  104.       /*padding-left: 16px !important;
  105.         padding-right: 16px !important;*/
  106.     }
  107.  
  108.     table.body .columns .column,
  109.     table.body .columns .columns,
  110.     table.body .column .column,
  111.     table.body .column .columns {
  112.       padding-left: 0 !important;
  113.       padding-right: 0 !important;
  114.     }
  115.  
  116.     table.body .collapse .columns,
  117.     table.body .collapse .column {
  118.       padding-left: 0 !important;
  119.       padding-right: 0 !important;
  120.     }
  121.  
  122.     td.small-1,
  123.     th.small-1 {
  124.       display: inline-block !important;
  125.       width: 8.33333% !important;
  126.     }
  127.  
  128.     td.small-2,
  129.     th.small-2 {
  130.       display: inline-block !important;
  131.       width: 16.66667% !important;
  132.     }
  133.  
  134.     td.small-3,
  135.     th.small-3 {
  136.       display: inline-block !important;
  137.       width: 25% !important;
  138.     }
  139.  
  140.     td.small-4,
  141.     th.small-4 {
  142.       display: inline-block !important;
  143.       width: 33.33333% !important;
  144.     }
  145.  
  146.     td.small-5,
  147.     th.small-5 {
  148.       display: inline-block !important;
  149.       width: 41.66667% !important;
  150.     }
  151.  
  152.     td.small-6,
  153.     th.small-6 {
  154.       display: inline-block !important;
  155.       width: 50% !important;
  156.     }
  157.  
  158.     td.small-7,
  159.     th.small-7 {
  160.       display: inline-block !important;
  161.       width: 58.33333% !important;
  162.     }
  163.  
  164.     td.small-8,
  165.     th.small-8 {
  166.       display: inline-block !important;
  167.       width: 66.66667% !important;
  168.     }
  169.  
  170.     td.small-9,
  171.     th.small-9 {
  172.       display: inline-block !important;
  173.       width: 75% !important;
  174.     }
  175.  
  176.     td.small-10,
  177.     th.small-10 {
  178.       display: inline-block !important;
  179.       width: 83.33333% !important;
  180.     }
  181.  
  182.     td.small-11,
  183.     th.small-11 {
  184.       display: inline-block !important;
  185.       width: 91.66667% !important;
  186.     }
  187.  
  188.     td.small-12,
  189.     th.small-12 {
  190.       display: inline-block !important;
  191.       width: 100% !important;
  192.     }
  193.  
  194.     .columns td.small-12,
  195.     .column td.small-12,
  196.     .columns th.small-12,
  197.     .column th.small-12 {
  198.       display: block !important;
  199.       width: 100% !important;
  200.     }
  201.  
  202.     table.body td.small-offset-1,
  203.     table.body th.small-offset-1 {
  204.       margin-left: 8.33333% !important;
  205.       Margin-left: 8.33333% !important;
  206.     }
  207.  
  208.     table.body td.small-offset-2,
  209.     table.body th.small-offset-2 {
  210.       margin-left: 16.66667% !important;
  211.       Margin-left: 16.66667% !important;
  212.     }
  213.  
  214.     table.body td.small-offset-3,
  215.     table.body th.small-offset-3 {
  216.       margin-left: 25% !important;
  217.       Margin-left: 25% !important;
  218.     }
  219.  
  220.     table.body td.small-offset-4,
  221.     table.body th.small-offset-4 {
  222.       margin-left: 33.33333% !important;
  223.       Margin-left: 33.33333% !important;
  224.     }
  225.  
  226.     table.body td.small-offset-5,
  227.     table.body th.small-offset-5 {
  228.       margin-left: 41.66667% !important;
  229.       Margin-left: 41.66667% !important;
  230.     }
  231.  
  232.     table.body td.small-offset-6,
  233.     table.body th.small-offset-6 {
  234.       margin-left: 50% !important;
  235.       Margin-left: 50% !important;
  236.     }
  237.  
  238.     table.body td.small-offset-7,
  239.     table.body th.small-offset-7 {
  240.       margin-left: 58.33333% !important;
  241.       Margin-left: 58.33333% !important;
  242.     }
  243.  
  244.     table.body td.small-offset-8,
  245.     table.body th.small-offset-8 {
  246.       margin-left: 66.66667% !important;
  247.       Margin-left: 66.66667% !important;
  248.     }
  249.  
  250.     table.body td.small-offset-9,
  251.     table.body th.small-offset-9 {
  252.       margin-left: 75% !important;
  253.       Margin-left: 75% !important;
  254.     }
  255.  
  256.     table.body td.small-offset-10,
  257.     table.body th.small-offset-10 {
  258.       margin-left: 83.33333% !important;
  259.       Margin-left: 83.33333% !important;
  260.     }
  261.  
  262.     table.body td.small-offset-11,
  263.     table.body th.small-offset-11 {
  264.       margin-left: 91.66667% !important;
  265.       Margin-left: 91.66667% !important;
  266.     }
  267.  
  268.     table.body table.columns td.expander,
  269.     table.body table.columns th.expander {
  270.       display: none !important;
  271.     }
  272.  
  273.     table.body .right-text-pad,
  274.     table.body .text-pad-right {
  275.       padding-left: 10px !important;
  276.     }
  277.  
  278.     table.body .left-text-pad,
  279.     table.body .text-pad-left {
  280.       padding-right: 10px !important;
  281.     }
  282.  
  283.     table.menu {
  284.       width: 100% !important;
  285.     }
  286.  
  287.     table.menu td,
  288.     table.menu th {
  289.       width: auto !important;
  290.       display: inline-block !important;
  291.     }
  292.  
  293.     table.menu.vertical td,
  294.     table.menu.vertical th,
  295.     table.menu.small-vertical td,
  296.     table.menu.small-vertical th {
  297.       display: block !important;
  298.     }
  299.  
  300.     table.menu[align="center"] {
  301.       width: auto !important;
  302.     }
  303.  
  304.     table.button.small-expand,
  305.     table.button.small-expanded {
  306.       width: 100% !important;
  307.     }
  308.  
  309.     table.button.small-expand table,
  310.     table.button.small-expanded table {
  311.       width: 100%;
  312.     }
  313.  
  314.     table.button.small-expand table a,
  315.     table.button.small-expanded table a {
  316.       text-align: center !important;
  317.       width: 100% !important;
  318.       padding-left: 0 !important;
  319.       padding-right: 0 !important;
  320.     }
  321.  
  322.     table.button.small-expand center,
  323.     table.button.small-expanded center {
  324.       min-width: 0;
  325.     }
  326.   }
  327.   @media only screen and (max-width: 596px) {
  328.     .body-border th.large-4 {
  329.       display: none;
  330.     }
  331.  
  332.     .body-border th.small-12 {
  333.       padding-left: 0 !important;
  334.       padding-right: 0 !important;
  335.     }
  336.  
  337.     .shadow {
  338.       box-shadow: none;
  339.     }
  340.  
  341.     .gradient img {
  342.  
  343.     }
  344.  
  345.     .footer span {
  346.       width: 48% !important;
  347.       margin-top: 0 !important;
  348.       margin-right: 1% !important;
  349.       margin-left: 0 !important;
  350.     }
  351.  
  352.     .footer p {
  353.       text-align: center !important;
  354.       margin-bottom: 0 !important;
  355.       font-size: 11px;
  356.       margin-left: 5px;
  357.     }
  358.       th.first.custom-padding-left.zero-padding-bottom{
  359.        padding-left: 0!important;
  360.       }
  361.       th.zero-padding-bottom.last{
  362.        padding-right: 0!important;
  363.       }
  364.  
  365.  
  366.   }
  367.   </style>
  368.   <!-- Wrapper for the body of the email -->
  369.   <table class="body" data-made-with-foundation="" style="Margin: 0; background: #f3f3f3; border-collapse: collapse; border-spacing: 0; color: #0a0a0a; font-family: Arial; font-size: 16px; font-weight: normal; height: 100%; line-height: 1.3; margin: 0; padding: 0; text-align: left; vertical-align: top; width: 100%;">
  370.     <tbody>
  371.       <tr style="padding: 0; text-align: left; vertical-align: top;">
  372.         <!-- The class, align, and <center> tag center the container -->
  373.         <td class="center gradient" align="center" valign="top" style="-moz-hyphens: auto; -webkit-hyphens: auto; Margin: 0;  background: #1872c6;  background: -moz-linear-gradient(45deg, #0b4182 0%, #40baf5 100%); background: -webkit-linear-gradient(45deg, #0b4182 0%, #40baf5 100%); background: linear-gradient(45deg, #0b4182 0%, #40baf5 100%); border-collapse: collapse !important; color: #0a0a0a; font-family: Arial; font-size: 16px; font-weight: normal; hyphens: auto; line-height: 1.3; margin: 0; padding: 0 0 0 0; text-align: left; vertical-align: top; word-wrap: break-word;">
  374.           <center style="    padding: 0 20px;">
  375.             <table class="container" style="Margin: 0 auto; border-collapse: collapse; border-spacing: 0; margin: 0 auto; padding: 0; text-align: inherit; vertical-align: top; width: 580px;">
  376.               <tbody>
  377.                 <tr style="padding: 0; text-align: left; vertical-align: top;">
  378.                   <td style="-moz-hyphens: auto; -webkit-hyphens: auto; Margin: 0; border-collapse: collapse !important; color: #0a0a0a; font-family: Arial; font-size: 16px; font-weight: normal; hyphens: auto; line-height: 1.3; margin: 0; padding: 0; text-align: left; vertical-align: top; word-wrap: break-word;">
  379.                     <table class="row bottom-m" style="border-collapse: collapse; border-spacing: 0; display: table; padding: 0; position: relative; text-align: left; vertical-align: top; width: 100%;">
  380.                       <tbody>
  381.                         <tr>
  382.                           <td style="height:25px"></td>
  383.                         </tr>
  384.                         <tr style="padding: 0; text-align: left; vertical-align: top;">
  385.                           <th class="small-6 large-6 first columns " style="Margin: 0 auto; color: #0a0a0a; font-family: Arial; font-size: 16px; font-weight: normal; line-height: 1.3; margin: 0 auto; padding: 0; padding-bottom: 0; padding-left: 0; padding-right: 8px; text-align: left; width: 274px;">
  386.                                                                                          <table class="spacer" style=";border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top; width: 100%;">
  387.                         <tbody>
  388.                           <tr style="padding: 0; text-align: left; vertical-align: top;">
  389.                             <td height="10" style="  -moz-hyphens: auto; -webkit-hyphens: auto; Margin: 0; border-collapse: collapse !important; color: #2d363d; font-family: Helvetica, Arial, sans-serif; font-size: 5px; font-weight: normal; hyphens: auto; line-height: 5px; margin: 0; mso-line-height-rule: exactly; padding: 0; text-align: left; vertical-align: top; word-wrap: break-word;"></td>
  390.                           </tr>
  391.                         </tbody>
  392.                       </table>
  393.                             <img src="https://www.vultr.com/_images/newsletter/logo-white.png" alt="" style="-ms-interpolation-mode: bicubic; clear: both; display: block; max-width: 100%; outline: none; text-decoration: none; width: auto;">
  394.                             <!--<img src="img/logo.png" alt="">-->
  395.                           </th>
  396.                           <th class="small-6 large-6 last columns set-right-justified" style="Margin: 0 auto; color: #0a0a0a; font-family: Arial; font-size: 16px; font-weight: normal; line-height: 1.3; margin: 0 auto; padding: 0; padding-bottom: 0; padding-left: 8px; padding-right: 0; text-align: right; width: 274px;">
  397.  
  398.                             <table class="button large success radius" style="Margin: 0 0 16px 0; border-collapse: collapse; border-spacing: 0; display: inline; float: right; margin: 0 0 16px 0; margin-bottom: 0; margin-top: 0px; padding: 0; text-align: center; vertical-align: top; width: 105px;">
  399.                               <tbody>
  400.                                 <!--<tr>
  401.                                  <td style="height:5px"></td>
  402.                                </tr>-->
  403.                                 <tr style="padding: 0; text-align: left; vertical-align: top;">
  404.                                   <td style="-moz-hyphens: auto; -webkit-hyphens: auto; Margin: 0; border-collapse: collapse !important; color: #0a0a0a; font-family: Arial; font-size: 16px; font-weight: normal; hyphens: auto; line-height: 1.3; margin: 0; padding: 0; text-align: center; vertical-align: top; word-wrap: break-word;">
  405.                                     <table style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: center; vertical-align: top; width: 100%;">
  406.                                       <tbody>
  407.  
  408.  
  409.                                         <tr style="padding: 0; text-align: center; vertical-align: top;">
  410.                                           <td style="-moz-hyphens: auto; -webkit-hyphens: auto; Margin: 0; background: #1669ba; border: 0px solid #1669ba; border-collapse: collapse !important; border-radius: 3px; color: #fefefe; font-family: Arial; font-size: 16px; font-weight: normal; hyphens: auto; line-height: 1.3; margin: 0; padding: 0; text-align: center; vertical-align: top; word-wrap: break-word;"><a href="https://my.vultr.com/billing/" style="Margin: 0; border: 0 solid #1669ba; border-radius: 3px; color: #fefefe; display: inline-block; font-family: Arial, sans-serif; font-size: 15px; font-weight: bold; line-height: 1.3; margin: 0; padding: 12px 28px 12px 28px; text-align: left; text-decoration: none;">Log In</a></td>
  411.                                         </tr>
  412.  
  413.  
  414.                                       </tbody>
  415.                                     </table>
  416.                                   </td>
  417.                                 </tr>
  418.                               </tbody>
  419.                             </table>
  420.                           </th>
  421.                           <!--<th class="expander" style="Margin: 0; color: #0a0a0a; font-family: Arial; font-size: 16px; font-weight: normal; line-height: 1.3; margin: 0; padding: 0 !important; text-align: left; visibility: hidden; width: 0;"></th>-->
  422.                         </tr>
  423.                         <tr>
  424.                           <td style="height:32px"></td>
  425.                         </tr>
  426.  
  427.                       </tbody>
  428.                     </table>
  429.                     <center class="shadow" style="    webkit-box-shadow: 0 9px 20px 0px rgba(0,0,0,0.05);  box-shadow: 0 9px 20px 0px rgba(0,0,0,0.05); max-width: 580px; min-width: 580px; width: 100%;">
  430.                       <table class="row" style="border-collapse: collapse; border-spacing: 0; display: table; padding: 0; position: relative; text-align: left; vertical-align: top; width: 100%;">
  431.                         <tbody>
  432.                           <tr>
  433.                             <th style="height:40px; background: #fff;"></th>
  434.                           </tr>
  435.  
  436.                           <tr style="padding: 0; text-align: left; vertical-align: top;">
  437.                             <th class="small-12 columns blue" style="Margin: 0 auto; background: #fff; color: #0a0a0a; font-family: Arial; font-size: 16px; font-weight: normal; line-height: 1.3; margin: 0 auto; padding: 0;  text-align: left;">
  438.  
  439.  
  440.                               <h1 class="text-center welkom-title" style="Margin: 0; Margin-bottom: 10px; color: #2d363d; font-family: Helvetica, Arial, sans-serif; font-size: 42px; font-weight: 700; line-height: 1.3; margin: 0; margin-bottom: 10px; padding: 0; text-align: center; word-wrap: normal;">Welcome to <img class="inline-image" src="https://www.vultr.com/_images/newsletter/logo-dark.png" alt="Vultr.com" style="-ms-interpolation-mode: bicubic; clear: both; display: inline; max-width: 100%; outline: none; text-decoration: none; width: auto;"></h1>
  441.  
  442.                               <center data-parsed="" style="min-width: 532px; width: 100%;">
  443.                                 <img src="https://www.vultr.com/_images/newsletter/bird-top.png" alt="" align="center" class="float-center" style="-ms-interpolation-mode: bicubic; Margin: 0 auto; clear: both; display: block; float: none; margin: 0 auto; max-width: 100%; outline: none; text-align: center; text-decoration: none; width: auto;">
  444.                               </center>
  445.  
  446.  
  447.  
  448.  
  449.                             </th>
  450.                             <th class="expander" style="Margin: 0; color: #0a0a0a; font-family: Arial; font-size: 16px; font-weight: normal; line-height: 1.3; margin: 0; padding: 0 !important; text-align: left; visibility: hidden;"></th>
  451.                           </tr>
  452.                           <tr>
  453.  
  454.                           </tr>
  455.  
  456.                         </tbody>
  457.                       </table>
  458.  
  459.                     </center>
  460.                   </td>
  461.                 </tr>
  462.               </tbody>
  463.             </table>
  464.           </center>
  465.         </td>
  466.       </tr>
  467.  
  468.       <tr style="padding: 0; text-align: left; vertical-align: top;">
  469.         <!-- The class, align, and <center> tag center the container -->
  470.         <td class="center light-gray" align="center" valign="top" style="-moz-hyphens: auto; -webkit-hyphens: auto; Margin: 0; background: #f0f3f5; border-collapse: collapse !important; color: #0a0a0a; font-family: Arial; font-size: 16px; font-weight: normal; hyphens: auto; line-height: 1.3; margin: 0; padding: 0; text-align: left; vertical-align: top; word-wrap: break-word;">
  471.           <center style=" padding:0 20px;">
  472.             <center class="shadow" style=" max-width: 580px; min-width: 580px; width: 100%;">
  473.  
  474.               <table class="container header float-center white" style="Margin: 0 auto; background: #fff; border-collapse: collapse; border-spacing: 0; float: none; margin: 0 auto; padding: 0; padding-bottom: 0 !important; padding-top: 30px; text-align: center; vertical-align: top; width: 580px;">
  475.                 <tbody>
  476.  
  477.  
  478.  
  479.  
  480.                   <tr style="padding: 0; text-align: center; vertical-align: top;">
  481.  
  482.                     <td class="center light-gray" align="center" valign="top" style=" -moz-hyphens: auto; -webkit-hyphens: auto; Margin: 0; background: #f0f3f5; border-collapse: collapse !important; color: #0a0a0a;   hyphens: auto; line-height: 0; margin: 0; padding: 0; text-align: center; padding-top:0; padding-bottom:0; vertical-align: top; word-wrap: break-word;">
  483.                       <center style="min-width: 580px; background:#fff;    webkit-box-shadow: 0 9px 20px 0px rgba(0,0,0,0.05); box-shadow: 0 9px 20px 0px rgba(0,0,0,0.05); ">
  484.                         <table class="container white" style="Margin: 0 auto;  background: #fff; border-collapse: collapse; border-spacing: 0; margin: 0 auto; padding: 0; padding-bottom: 0 !important; padding-top:0; text-align: inherit; vertical-align: top; width: 580px;">
  485.                           <tbody>
  486.                             <tr style="padding: 0; padding-top:0; padding-bottom:0; text-align: center; vertical-align: top;">
  487.                               <td style="-moz-hyphens: auto; -webkit-hyphens: auto; Margin: 0; border-collapse: collapse !important; color: #0a0a0a;  hyphens: auto; margin: 0; padding: 0;  vertical-align: top; word-wrap: break-word; line-height: 0;">
  488.                                 <table class="row " style="border-collapse: collapse; border-spacing: 0;  height:10px; display: table; padding: 0; position: relative; text-align: center; vertical-align: top; width: 100%; line-height: 0;">
  489.                                   <tbody>
  490.                                     <tr style="padding: 0; text-align: center; vertical-align: top; height: 10px; line-height: 0;">
  491.                                       <th class="" style="Margin: 0 auto; margin: 0 auto; padding: 0; line-height: 10px; ">
  492.                                         <img src="https://www.vultr.com/_images/newsletter/bord-bottom.png" alt="" align="center" class="float-center" style="-ms-interpolation-mode: bicubic; Margin: 0 auto; clear: both; display: block; float: none; margin: 0 auto; max-width: 100%; outline: none; text-align: center; text-decoration: none; width: auto;">
  493.  
  494.                                       </th>
  495.                                     </tr>
  496.                                   </tbody>
  497.                                 </table>
  498.                                                   <table class="spacer" style="background:#fff;border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top; width: 100%;">
  499.                         <tbody>
  500.                           <tr style="padding: 0; text-align: left; vertical-align: top;">
  501.                             <td height="30" style=" background:#fff; -moz-hyphens: auto; -webkit-hyphens: auto; Margin: 0; border-collapse: collapse !important; color: #2d363d; font-family: Helvetica, Arial, sans-serif; font-size: 22px; font-weight: normal; hyphens: auto; line-height: 22px; margin: 0; mso-line-height-rule: exactly; padding: 0; text-align: left; vertical-align: top; word-wrap: break-word;"></td>
  502.                           </tr>
  503.                         </tbody>
  504.                       </table>
  505.                                                 <table class="button float-center small" style="Margin: 0 0 16px 0; border-collapse: collapse; border-spacing: 0; float: none; margin: 0 0 16px 0; padding: 0; text-align: center; vertical-align: top; width: auto; margin:0 auto;">
  506.                           <tbody>
  507.                             <tr style="padding: 0; text-align: left; vertical-align: top;">
  508.                               <td style="-moz-hyphens: auto; -webkit-hyphens: auto; Margin: 0; border-collapse: collapse !important; color: #2d363d; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; hyphens: auto; line-height: 1.3; margin: 0; padding: 0; text-align: left; vertical-align: top; word-wrap: break-word;">
  509.                                 <table style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top; width: 100%;">
  510.                                   <tbody>
  511.                                     <tr style="padding: 0; text-align: left; vertical-align: top;">
  512.                                       <td style="-moz-hyphens: auto; -moz-transition: all 400ms linear; -ms-transition: all 400ms linear; -o-transition: all 400ms linear; -webkit-hyphens: auto; -webkit-transition: all 400ms linear; Margin: 0; background: #2199e8; border-collapse: collapse !important; border-radius: 3px; color: #fefefe; font-family: Helvetica, Arial, sans-serif; font-size: 15px; font-weight: normal; hyphens: auto; line-height: 1.3; margin: 0; padding: 8px 25px; text-align: left; transition: all 400ms linear; vertical-align: top; word-wrap: break-word;"><a href="https://my.vultr.com/settings/emailverify/?v=MRVEUOCWKU4XKZBRHFEVU3C2NVKTGWSKKNEFMM2SJBWFAUTKNRWE4RCWKRHFK4BRJZ5EMQTEGJ4DQLKZL5JUS22FONTVCLKWPJNDAOCFGA3V6LKLGB2WQ4KRJYYGWY3LKFHTOTTKPBLWO5LTNJ2DQ3TXG5MXASLZIVAUKNRVM5JS2SZYLFSGEN2PMVJFEWJXGZ2WSM3KKE" style="-moz-transition: all 400ms linear; -ms-transition: all 400ms linear; -o-transition: all 400ms linear; -webkit-transition: all 400ms linear; Margin: 0; border: 0 solid #2199e8; border-radius: 3px; color: #fefefe; display: inline-block; font-family: Helvetica, Arial, sans-serif; font-size: 15px; font-weight: bold; line-height: 1.3; margin: 0; padding: 8px 25px; text-align: left; text-decoration: none; transition: all 400ms linear;">Verify Your E-mail</a></td>
  513.  
  514.                                     </tr>
  515.                                   </tbody>
  516.                                 </table>
  517.                               </td>
  518.                             </tr>
  519.                           </tbody>
  520.                         </table>
  521.                               </td>
  522.                             </tr>
  523.                           </tbody>
  524.                         </table>
  525.  
  526.                           <table class="spacer" style=" background:#fff; border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top; width: 100%;">
  527.                         <tbody>
  528.                           <tr style="background:#fff; padding: 0; text-align: left; vertical-align: top;">
  529.                             <td height="30" style=" background:#fff; -moz-hyphens: auto; -webkit-hyphens: auto; Margin: 0; border-collapse: collapse !important; color: #2d363d; font-family: Helvetica, Arial, sans-serif; font-size: 22px; font-weight: normal; hyphens: auto; line-height: 22px; margin: 0; mso-line-height-rule: exactly; padding: 0; text-align: left; vertical-align: top; word-wrap: break-word;"></td>
  530.                           </tr>
  531.                         </tbody>
  532.                       </table>
  533.  
  534.  
  535.                                <table style="background:#fff; border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top; width: 100%;">
  536.                                       <tbody>
  537.                                         <tr style="padding: 0; text-align: left; vertical-align: top;">
  538.                                           <th style="Margin: 0; color: #2d363d; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 1.3; margin: 0; padding: 0 30px; text-align: left;">
  539.  
  540.                                <p class="text-center header-text" style="Margin: 0; Margin-bottom: 10px; color: #919499; font-family: Helvetica, Arial, sans-serif; font-size: 15px; font-weight: 400; line-height: 23px; margin: 0; margin-bottom: 10px; padding: 0px 22px; text-align: center; width:80%; margin:0 auto; display: block;">In order to provide you with the best possible service, please verify your e-mail by <a href="https://my.vultr.com/settings/emailverify/?v=MRVEUOCWKU4XKZBRHFEVU3C2NVKTGWSKKNEFMM2SJBWFAUTKNRWE4RCWKRHFK4BRJZ5EMQTEGJ4DQLKZL5JUS22FONTVCLKWPJNDAOCFGA3V6LKLGB2WQ4KRJYYGWY3LKFHTOTTKPBLWO5LTNJ2DQ3TXG5MXASLZIVAUKNRVM5JS2SZYLFSGEN2PMVJFEWJXGZ2WSM3KKE" style="Margin: 0; color: #3594e8; font-family: Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 400; line-height: 24px; margin: 0; padding: 0; text-align: left; text-decoration: none;">clicking the button</a> above.
  541.  
  542.  
  543. </p>
  544.                                           </th>
  545.                                         </tr>
  546.                                       </tbody>
  547.                                     </table>
  548.  
  549.  
  550.  
  551.  
  552.  
  553.  
  554.                      <table class="spacer" style=" background:#fff; border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top; width: 100%;">
  555.                         <tbody>
  556.                           <tr style=" background:#fff; padding: 0; text-align: left; vertical-align: top;">
  557.                             <td height="47" style=" background:#fff; -moz-hyphens: auto; -webkit-hyphens: auto; Margin: 0; border-collapse: collapse !important; color: #2d363d; font-family: Helvetica, Arial, sans-serif; font-size: 47px; font-weight: normal; hyphens: auto; line-height: 47px; margin: 0; mso-line-height-rule: exactly; padding: 0; text-align: left; vertical-align: top; word-wrap: break-word;"></td>
  558.                           </tr>
  559.                         </tbody>
  560.                       </table>
  561.                       </center>
  562.  
  563.  
  564.  
  565.  
  566.  
  567.  
  568.  
  569.  
  570.  
  571.  
  572.  
  573.  
  574.  
  575.  
  576.  
  577.  
  578.  
  579.  
  580.  
  581.                      <table class="spacer" style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top; width: 100%;">
  582.                         <tbody>
  583.                           <tr style="padding: 0; text-align: left; vertical-align: top;">
  584.                             <td height="20" style="-moz-hyphens: auto; -webkit-hyphens: auto; Margin: 0; border-collapse: collapse !important; color: #2d363d; font-family: Helvetica, Arial, sans-serif; font-size: 22px; font-weight: normal; hyphens: auto; line-height: 22px; margin: 0; mso-line-height-rule: exactly; padding: 0; text-align: left; vertical-align: top; word-wrap: break-word;"></td>
  585.                           </tr>
  586.                         </tbody>
  587.                       </table>
  588.  
  589.  <center data-parsed="" style="min-width: 532px; width: 100%; background:#fff;     webkit-box-shadow: 0 9px 20px 0px rgba(0,0,0,0.05);  box-shadow: 0 9px 20px 0px rgba(0,0,0,0.05);">
  590.  
  591.                      <table class="wrapper  white-bg secondary" align="center" style="background: #fff;  border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top; width: 100%;">
  592.                       <tbody>
  593.                         <tr class="white-bg" style="background: #fff; padding: 0; text-align: left; vertical-align: top; ">
  594.                           <td class="wrapper-inner " style="-moz-hyphens: auto; -webkit-hyphens: auto; Margin: 0; border-collapse: collapse !important; color: #2d363d; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; hyphens: auto; line-height: 1.3; margin: 0; padding: 0; text-align: left; vertical-align: top; word-wrap: break-word;">
  595.                             <table class="spacer" style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top; width: 100%;">
  596.                               <tbody>
  597.                                 <tr style="padding: 0; text-align: left; vertical-align: top;">
  598.                                   <td height="45" style="-moz-hyphens: auto; -webkit-hyphens: auto; Margin: 0; border-collapse: collapse !important; color: #2d363d; font-family: Helvetica, Arial, sans-serif; font-size: 45px; font-weight: normal; hyphens: auto; line-height: 45px; margin: 0; mso-line-height-rule: exactly; padding: 0; text-align: left; vertical-align: top; word-wrap: break-word;"></td>
  599.                                 </tr>
  600.                               </tbody>
  601.                             </table>
  602.                             <table class="row" style="border-collapse: collapse; border-spacing: 0; display: table; padding: 0; position: relative; text-align: left; vertical-align: top; width: 100%;">
  603.                               <tbody>
  604.                                 <tr style="padding: 0; text-align: left; vertical-align: top;">
  605.                                   <th class="small-12 large-12 columns first last" style="Margin: 0 auto; color: #2d363d; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 1.3; margin: 0 auto; padding: 0; padding-left: 16px; padding-right: 16px; text-align: left; width: 564px;">
  606.                                     <table style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top; width: 100%;">
  607.                                       <tbody>
  608.                                         <tr style="padding: 0; text-align: left; vertical-align: top;">
  609.                                           <th style="Margin: 0; color: #2d363d; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 1.3; margin: 0; padding: 0; text-align: left;">
  610.                                             <h3 class="text-center" style="Margin: 0; Margin-bottom: 10px; color: inherit; font-family: Helvetica, Arial, sans-serif; font-size: 22px; font-weight: 700; line-height: 1.3; margin: 0; margin-bottom: 10px; padding: 0; text-align: center; word-wrap: normal;">Get Started !
  611.  
  612.                                     </h3></th>
  613.                                         </tr>
  614.                                       </tbody>
  615.                                     </table>
  616.                                   </th>
  617.  
  618.                                 </tr>
  619.                               </tbody>
  620.                             </table>
  621.                             <table class="spacer" style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top; width: 100%;">
  622.                               <tbody>
  623.                                 <tr style="padding: 0; text-align: left; vertical-align: top;">
  624.                                   <td height="19" style="-moz-hyphens: auto; -webkit-hyphens: auto; Margin: 0; border-collapse: collapse !important; color: #2d363d; font-family: Helvetica, Arial, sans-serif; font-size: 19px; font-weight: normal; hyphens: auto; line-height: 19px; margin: 0; mso-line-height-rule: exactly; padding: 0; text-align: left; vertical-align: top; word-wrap: break-word;"></td>
  625.                                 </tr>
  626.                               </tbody>
  627.                             </table>
  628.                             <table class="row thumbnail-icons" style="border-collapse: collapse; border-spacing: 0; display: table; padding: 0; position: relative; text-align: left; vertical-align: top; width: 100%;">
  629.                               <tbody>
  630.                                 <tr style="padding: 0; text-align: left; vertical-align: top;">
  631.                                   <th class="small-12 large-3 columns first custom-padding-left zero-padding-bottom" style="Margin: 0 auto; color: #2d363d; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 1.3; margin: 0 auto; padding: 0; padding-bottom: 0px; padding-left: 32px; padding-right: 8px; text-align: left; width: 129px;">
  632.                                     <table style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top; width: 100%;">
  633.                                       <tbody>
  634.                                         <tr style="padding: 0; text-align: left; vertical-align: top;">
  635.                                           <th style="Margin: 0; color: #2d363d; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 1.3; margin: 0; padding: 0; text-align: left;">
  636.                                             <table class="row" style="border-collapse: collapse; border-spacing: 0; display: table; padding: 0; position: relative; text-align: left; vertical-align: top; width: 100%;">
  637.                                               <tbody>
  638.                                                 <tr style="padding: 0; text-align: left; vertical-align: top;">
  639.                                                   <th class="small-12 large-10 columns zero-padding-bottom first " style="Margin: 0 auto; color: #2d363d; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 1.3; margin: 0 auto; padding: 0; padding-bottom: 0px; padding-left: 0 !important; padding-right: 0 !important; text-align: left; width: 83.33333%;">
  640.                                                     <table style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top; width: 100%;">
  641.                                                       <tbody>
  642.                                                         <tr style="padding: 0; text-align: left; vertical-align: top;">
  643.                                                           <th style="Margin: 0; color: #2d363d; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 1.3; margin: 0; padding: 0; text-align: center;">
  644.                                                             <img class="float-center" src="https://www.vultr.com/_images/newsletter/9.png" alt="" style="-ms-interpolation-mode: bicubic; Margin: 0 auto; clear: both; display: block; float: none; margin: 0 auto; max-width: 100%; outline: none; text-align: center; text-decoration: none; width: auto;">
  645.                                                             <p class="text-center" style="Margin: 0; Margin-bottom: 10px; color: #2d363d; font-family: Helvetica, Arial, sans-serif; font-size: 15px; font-weight: 700; line-height: 19px; margin: 0; margin-bottom: 10px; padding: 10px; text-align: center;">Log In To Your Account</p>
  646.                                                           </th>
  647.                                                         </tr>
  648.                                                       </tbody>
  649.                                                     </table>
  650.                                                   </th>
  651.                                                   <th class="small-12 large-2 columns show-for-large zero-padding-bottom last" valign="middle" style="Margin: 0 auto; color: #2d363d; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 1.3; margin: 0 auto; padding: 0; padding-bottom: 0px; padding-left: 0 !important; padding-right: 0 !important; text-align: left; width: 16.66667%;">
  652.                                                     <table style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top; width: 100%;">
  653.                                                       <tbody>
  654.                                                         <tr style="padding: 0; text-align: center;vertical-align: top;">
  655.                                                           <th style="Margin: 0; color: #2d363d; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 1.3; margin: 0; padding: 0; text-align: center;">
  656.                                                             <img class="float-right arrow-padding" src="https://www.vultr.com/_images/newsletter/arrow_h.png" alt="" style="text-align: center; -ms-interpolation-mode: bicubic; clear: both; display: block; float: right; margin-right: -10px; max-width: 100%; outline: none; text-align: right; text-decoration: none; width: auto;">
  657.                                                           </th>
  658.                                                         </tr>
  659.                                                       </tbody>
  660.                                                     </table>
  661.                                                   </th>
  662.                                                 </tr>
  663.                                               </tbody>
  664.                                             </table>
  665.  
  666.                                           </th>
  667.                                         </tr>
  668.                                       </tbody>
  669.                                     </table>
  670.                                   </th>
  671.                                   <th class="small-12 large-3 columns zero-padding-bottom" style="Margin: 0 auto; color: #2d363d; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 1.3; margin: 0 auto; padding: 0; padding-bottom: 0px; padding-left: 8px; padding-right: 8px; text-align: left; width: 129px;">
  672.                                     <table style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top; width: 100%;">
  673.                                       <tbody>
  674.                                         <tr style="padding: 0; text-align: left; vertical-align: top;">
  675.                                           <th style="Margin: 0; color: #2d363d; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 1.3; margin: 0; padding: 0; text-align: left;">
  676.                                             <table class="row" style="border-collapse: collapse; border-spacing: 0; display: table; padding: 0; position: relative; text-align: left; vertical-align: top; width: 100%;">
  677.                                               <tbody>
  678.                                                 <tr style="padding: 0; text-align: left; vertical-align: top;">
  679.                                                   <th class="small-12 large-10 columns zero-padding-bottom first " style="Margin: 0 auto; color: #2d363d; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 1.3; margin: 0 auto; padding: 0; padding-bottom: 0px; padding-left: 0 !important; padding-right: 0 !important; text-align: left; width: 83.33333%;">
  680.                                                     <table style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top; width: 100%;">
  681.                                                       <tbody>
  682.                                                         <tr style="padding: 0; text-align: left; vertical-align: top;">
  683.                                                           <th style="Margin: 0; color: #2d363d; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 1.3; margin: 0; padding: 0; text-align: center;">
  684.                                                             <img class="float-center" src="https://www.vultr.com/_images/newsletter/7.png" alt="" style="-ms-interpolation-mode: bicubic; Margin: 0 auto; clear: both; display: block; float: none; margin: 0 auto; max-width: 100%; outline: none; text-align: center; text-decoration: none; width: auto;">
  685.                                                             <p class="text-center" style="Margin: 0; Margin-bottom: 10px; color: #2d363d; font-family: Helvetica, Arial, sans-serif; font-size: 15px; font-weight: 700; line-height: 19px; margin: 0; margin-bottom: 10px; padding: 10px; text-align: center;">Update Your Information</p>
  686.                                                           </th>
  687.                                                         </tr>
  688.                                                       </tbody>
  689.                                                     </table>
  690.                                                   </th>
  691.                                                   <th class="small-12 large-2 columns zero-padding-bottom show-for-large last" valign="middle" style="Margin: 0 auto; color: #2d363d; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 1.3; margin: 0 auto; padding: 0; padding-bottom: 0px; padding-left: 0 !important; padding-right: 0 !important; text-align: left; width: 16.66667%;">
  692.                                                     <table style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top; width: 100%;">
  693.                                                       <tbody>
  694.                                                         <tr style="padding: 0; text-align: left; vertical-align: top;">
  695.                                                           <th style="Margin: 0; color: #2d363d; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 1.3; margin: 0; padding: 0; text-align: left;">
  696.                                                             <img class="float-right arrow-padding" src="https://www.vultr.com/_images/newsletter/arrow_h.png" alt="" style="-ms-interpolation-mode: bicubic; clear: both; display: block; float: right; margin-right: -10px; max-width: 100%; outline: none; text-align: right; text-decoration: none; width: auto;">
  697.                                                           </th>
  698.                                                         </tr>
  699.                                                       </tbody>
  700.                                                     </table>
  701.                                                   </th>
  702.                                                 </tr>
  703.                                               </tbody>
  704.                                             </table>
  705.  
  706.                                           </th>
  707.                                         </tr>
  708.                                       </tbody>
  709.                                     </table>
  710.                                   </th>
  711.                                   <th class="small-12 large-3 columns zero-padding-bottom last" style="Margin: 0 auto; color: #2d363d; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 1.3; margin: 0 auto; padding: 0; padding-bottom: 0px; padding-left: 8px; padding-right: 16px; text-align: left; width: 129px;">
  712.                                     <table style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top; width: 100%;">
  713.                                       <tbody>
  714.                                         <tr style="padding: 0; text-align: left; vertical-align: top;">
  715.                                           <th style="Margin: 0; color: #2d363d; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 1.3; margin: 0; padding: 0; text-align: left;">
  716.                                             <table class="row" style="border-collapse: collapse; border-spacing: 0; display: table; padding: 0; position: relative; text-align: left; vertical-align: top; width: 100%;">
  717.                                               <tbody>
  718.                                                 <tr style="padding: 0; text-align: left; vertical-align: top;">
  719.  
  720.                                                   <th class="small-12 large-10 columns zero-padding-bottom first " style="Margin: 0 auto; color: #2d363d; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 1.3; margin: 0 auto; padding: 0; padding-bottom: 0px; padding-left: 0 !important; padding-right: 0 !important; text-align: left; width: 83.33333%;">
  721.                                                     <table style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top; width: 100%;">
  722.                                                       <tbody>
  723.                                                         <tr style="padding: 0; text-align: left; vertical-align: top;">
  724.                                                           <th style="Margin: 0; color: #2d363d; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 1.3; margin: 0; padding: 0; text-align: center;">
  725.                                                             <img class="float-center" src="https://www.vultr.com/_images/newsletter/8.png" alt="" style="-ms-interpolation-mode: bicubic; Margin: 0 auto; clear: both; display: block; float: none; margin: 0 auto; max-width: 100%; outline: none; text-align: center; text-decoration: none; width: auto;">
  726.                                                             <p class="text-center" style="Margin: 0; Margin-bottom: 10px; color: #2d363d; font-family: Helvetica, Arial, sans-serif; font-size: 15px; font-weight: 700; line-height: 19px; margin: 0; margin-bottom: 10px; padding: 10px; text-align: center;">Deploy New Server</p>
  727.                                                           </th>
  728.                                                         </tr>
  729.                                                       </tbody>
  730.                                                     </table>
  731.                                                   </th>
  732.                                                   <th class="small-12 large-1 columns zero-padding-bottom last" valign="middle" style="Margin: 0 auto; color: #2d363d; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 1.3; margin: 0 auto; padding: 0; padding-bottom: 0px; padding-left: 0 !important; padding-right: 0 !important; text-align: left; width: 8.33333%;">
  733.                                                     <table style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top; width: 100%;">
  734.                                                       <tbody>
  735.                                                         <tr style="padding: 0; text-align: left; vertical-align: top;">
  736.                                                           <th style="Margin: 0; color: #2d363d; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 1.3; margin: 0; padding: 0; text-align: left;">
  737.  
  738.                                                           </th>
  739.                                                         </tr>
  740.                                                       </tbody>
  741.                                                     </table>
  742.                                                   </th>
  743.                                                 </tr>
  744.                                               </tbody>
  745.                                             </table>
  746.  
  747.                                           </th>
  748.                                         </tr>
  749.  
  750.                                       </tbody>
  751.                                     </table>
  752.  
  753.                                   </th>
  754.  
  755.                                 </tr>
  756.                               </tbody>
  757.                             </table>
  758.  
  759.  
  760.                             <center>
  761.                                 <a href="https://my.vultr.com/deploy/" style="display:inline-block; text-decoration:none; background:#2199e8; border-radius:3px; color:#fefefe; font-family:Helvetica, Arial, sans-serif; font-size:15px; font-weight:bold; line-height:1.3; margin:30px auto 45px auto; padding:16px 50px; vertical-align:top;">
  762.                                     Deploy New Server
  763.                                 </a>
  764.                             </center>
  765.  
  766.  
  767.                             <table class="row " style="border-collapse: collapse; border-spacing: 0; display: table; padding: 0; position: relative; text-align: left; vertical-align: top; width: 100%;">
  768.                               <tbody>
  769.                                 <tr style="padding: 0; text-align: left; vertical-align: top;">
  770.                                   <th class="small-12 large-12 columns extra-info first last" style="Margin: 0 auto; color: #2d363d; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 1.3; margin: 0 auto; padding: 0; padding-left: 16px; padding-right: 16px; text-align: left; width: 564px;">
  771.                                     <table style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top; width: 100%;">
  772.                                       <tbody>
  773.                                         <tr style="padding: 0; text-align: left; vertical-align: top;">
  774.                                           <th style="Margin: 0; color: #2d363d; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 1.3; margin: 0; padding: 0 30px; text-align: left;">
  775.  
  776.                                             <table class="spacer spacer-line" style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top; width: 100%;">
  777.                                               <tbody>
  778.                                                 <tr style="padding: 0; text-align: left; vertical-align: top;">
  779.                                                   <td height="1" style="-moz-hyphens: auto; -webkit-hyphens: auto; Margin: 0; background: #f0f3f5; border-collapse: collapse !important; color: #2d363d; display: block; font-family: Helvetica, Arial, sans-serif; font-size: 1px; font-weight: normal; hyphens: auto; line-height: 1px; margin: 0 auto; max-width: 480px; mso-line-height-rule: exactly; padding: 0; text-align: left; vertical-align: top; width: 100%; word-wrap: break-word;"></td>
  780.                                                 </tr>
  781.                                               </tbody>
  782.                                             </table>
  783.                                             <table class="spacer" style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top; width: 100%;">
  784.                                               <tbody>
  785.                                                 <tr style="padding: 0; text-align: left; vertical-align: top;">
  786.                                                   <td height="32" style="-moz-hyphens: auto; -webkit-hyphens: auto; Margin: 0; border-collapse: collapse !important; color: #2d363d; font-family: Helvetica, Arial, sans-serif; font-size: 32px; font-weight: normal; hyphens: auto; line-height: 32px; margin: 0; mso-line-height-rule: exactly; padding: 0; text-align: left; vertical-align: top; word-wrap: break-word;"></td>
  787.                                                 </tr>
  788.                                               </tbody>
  789.                                             </table>
  790.                                             <h5 class="text-left" style="Margin: 0; Margin-bottom: 10px; color: #2d363d; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: 700; line-height: 1.3; margin: 0; margin-bottom: 10px; padding: 0; text-align: left; word-wrap: normal;">Trouble Logging In ?</h5>
  791.                                             <p style="Margin: 0; Margin-bottom: 10px; color: #919499; font-family: Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 400; line-height: 1.3; margin: 0; margin-bottom: 10px; padding: 0; text-align: left;">Your Login: <b style="color: #616366 !important; font-size: 14px; font-weight: 700 !important;">New.ArifRH199@Gmail.com</b></p>
  792.                                             <p style="Margin: 0; Margin-bottom: 10px; color: #919499; font-family: Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 400; line-height: 1.3; margin: 0; margin-bottom: 10px; padding: 0; text-align: left;">Forgot your password ? <span style="color: #616366 !important; font-size: 14px; font-weight: 400 !important;">Please visit </span><a href="https://my.vultr.com/forgot_password/" style="Margin: 0; color: #3594e8; font-family: Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 400; line-height: 24px; margin: 0; padding: 0; text-align: left; text-decoration: none;">https://my.vultr.com/forgot_password/</a></p>
  793.                                             <table class="spacer" style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top; width: 100%;">
  794.                                               <tbody>
  795.                                                 <tr style="padding: 0; text-align: left; vertical-align: top;">
  796.                                                   <td height="32" style="-moz-hyphens: auto; -webkit-hyphens: auto; Margin: 0; border-collapse: collapse !important; color: #2d363d; font-family: Helvetica, Arial, sans-serif; font-size: 32px; font-weight: normal; hyphens: auto; line-height: 32px; margin: 0; mso-line-height-rule: exactly; padding: 0; text-align: left; vertical-align: top; word-wrap: break-word;"></td>
  797.                                                 </tr>
  798.                                               </tbody>
  799.                                             </table>
  800.                                             <table class="spacer spacer-line" style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top; width: 100%;">
  801.                                               <tbody>
  802.                                                 <tr style="padding: 0; text-align: left; vertical-align: top;">
  803.                                                   <td height="1" style="-moz-hyphens: auto; -webkit-hyphens: auto; Margin: 0; background: #f0f3f5; border-collapse: collapse !important; color: #2d363d; display: block; font-family: Helvetica, Arial, sans-serif; font-size: 1px; font-weight: normal; hyphens: auto; line-height: 1px; margin: 0 auto; max-width: 480px; mso-line-height-rule: exactly; padding: 0; text-align: left; vertical-align: top; width: 100%; word-wrap: break-word;"></td>
  804.                                                 </tr>
  805.                                               </tbody>
  806.                                             </table>
  807.                                             <table class="spacer" style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top; width: 100%;">
  808.                                               <tbody>
  809.                                                 <tr style="padding: 0; text-align: left; vertical-align: top;">
  810.                                                   <td height="32" style="-moz-hyphens: auto; -webkit-hyphens: auto; Margin: 0; border-collapse: collapse !important; color: #2d363d; font-family: Helvetica, Arial, sans-serif; font-size: 32px; font-weight: normal; hyphens: auto; line-height: 32px; margin: 0; mso-line-height-rule: exactly; padding: 0; text-align: left; vertical-align: top; word-wrap: break-word;"></td>
  811.                                                 </tr>
  812.                                               </tbody>
  813.                                             </table>
  814.                                             <h5 class="text-center" style="Margin: 0; Margin-bottom: 10px; color: #2d363d; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: 700; line-height: 1.3; margin: 0; margin-bottom: 10px; padding: 0; text-align: center; word-wrap: normal;">Thank you for choosing <a href="https://www.vultr.com/" style="Margin: 0; color: #3594e8; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: 700; line-height: 1.3; margin: 0; padding: 0; text-align: left; text-decoration: none;">Vultr.com !</a></h5>
  815.                                             <table class="spacer" style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top; width: 100%;">
  816.                                               <tbody>
  817.                                                 <tr style="padding: 0; text-align: left; vertical-align: top;">
  818.                                                   <td height="30" style="-moz-hyphens: auto; -webkit-hyphens: auto; Margin: 0; border-collapse: collapse !important; color: #2d363d; font-family: Helvetica, Arial, sans-serif; font-size: 30px; font-weight: normal; hyphens: auto; line-height: 30px; margin: 0; mso-line-height-rule: exactly; padding: 0; text-align: left; vertical-align: top; word-wrap: break-word;"></td>
  819.                                                 </tr>
  820.                                               </tbody>
  821.                                             </table>
  822.                                           </th>
  823.                                         </tr>
  824.                                       </tbody>
  825.                                     </table>
  826.                                   </th>
  827.                                 </tr>
  828.                               </tbody>
  829.                             </table>
  830.                           </td>
  831.                         </tr>
  832.                       </tbody>
  833.                     </table>
  834.                     </center>
  835.                     </td>
  836.                   </tr>
  837.  
  838.                 </tbody>
  839.               </table>
  840.             </center>
  841.             <table class="container footer float-center" style="Margin: 0 auto; border-collapse: collapse; border-spacing: 0; float: none; margin: 0 auto; padding: 0; text-align: center; vertical-align: top; width: 580px;">
  842.               <tbody>
  843.                 <tr style="padding: 0 5px !important; text-align: left; vertical-align: top;">
  844.                   <td style="height: 25px;"></td>
  845.                 </tr>
  846.                 <tr style="padding: 0 5px !important; text-align: left; vertical-align: top;">
  847.                   <td style="-moz-hyphens: auto; -webkit-hyphens: auto; Margin: 0; border-collapse: collapse !important; color: #0a0a0a; font-family: Arial; font-size: 16px; font-weight: normal; hyphens: auto; line-height: 1.3; margin: 0; padding: 0; text-align: left; vertical-align: top; word-wrap: break-word;">
  848.                     <table class="row" style="border-collapse: collapse; border-spacing: 0; display: table; padding: 0; position: relative; text-align: left; vertical-align: top; width: 100%;">
  849.                       <tbody>
  850.                         <tr style="padding: 0 5px !important; text-align: left; vertical-align: top;">
  851.                           <th class="small-12 large-8  columns first" style="Margin: 0 auto; color: #0a0a0a; font-family: Arial; font-size: 16px; font-weight: normal; line-height: 1.3; margin: 0 auto; padding: 0; padding-bottom: 0; padding-left: 0; padding-right: 8px; text-align: right; width: 370.66667px;">
  852.                             <table class="" style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top; width: 100%;">
  853.                               <tbody>
  854.                                 <tr style="padding: 0 5px !important; text-align: left; vertical-align: top;">
  855.                                   <th style="Margin: 0; color: #949da8; font-family: Arial; font-size: 14px; font-weight: normal; line-height: 1.3; margin: 0; padding: 10px 0; text-align: center; vertical-align: middle;">
  856.                                     Copyright © Vultr Holdings Corporation. All rights reserved.
  857.                                   </th>
  858.                                   <th class="expander" style="Margin: 0; color: #0a0a0a; font-family: Arial; font-size: 14px; font-weight: normal; line-height: 1.3; margin: 0; padding: 0 !important; text-align: left; visibility: hidden; width: 0; vertical-align:  middle;"></th>
  859.                                 </tr>
  860.                               </tbody>
  861.                             </table>
  862.                           </th>
  863.                           <th class="small-12 large-4  columns last" style="Margin: 0 auto; color: #0a0a0a; font-family: Arial; font-size: 16px; font-weight: normal; line-height: 1.3; margin: 0 auto; padding: 0; padding-bottom: 0; padding-left: 8px; padding-right: 0; text-align: right; width: 177.33333px;">
  864.                             <table class="" style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top; width: 100%;">
  865.                               <tbody>
  866.                                 <tr style="padding: 0 5px !important; text-align: right; vertical-align: top;">
  867.                                   <th style="width: 100%; Margin: 0; color: #0a0a0a; font-family: Arial; font-size: 16px; font-weight: normal; line-height: 1.3; margin: 0; padding: 0 10px 0 0; padding-right: 10px; text-align: right;">
  868.                                   </th>
  869.                                   <th style="width:0; Margin: 0; color: #0a0a0a; font-family: Arial; font-size: 16px; font-weight: normal; line-height: 1.3; margin: 0; padding: 0; text-align: right;">
  870.                                   </th>
  871.                                   <th class="expander" style="Margin: 0; color: #0a0a0a; font-family: Arial; font-size: 16px; font-weight: normal; line-height: 1.3; margin: 0; padding: 0 !important; text-align: right; visibility: hidden; width: 0;"></th>
  872.                                 </tr>
  873.                               </tbody>
  874.                             </table>
  875.                           </th>
  876.                         </tr>
  877.                       </tbody>
  878.                     </table>
  879.                   </td>
  880.                 </tr>
  881.                 <tr style="padding: 0 5px !important; text-align: left; vertical-align: top;">
  882.                   <td style="height: 25px;"></td>
  883.                 </tr>
  884.               </tbody>
  885.             </table>
  886.           </center>
  887.         </td>
  888.       </tr>
  889.     </tbody>
  890.   </table>
  891.  
  892.  
  893. </body>
  894.  
  895. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement