Inboxes

Create an inbox to save and track emails. It's free!

+New inbox

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional //EN" "//www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en">
 <head>
  <meta charset="utf-8"/>
  <!-- utf-8 works for most cases -->
  <meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport"/>
  <meta content="IE=edge" http-equiv="X-UA-Compatible"/>
  <!-- Use the latest (edge) version of IE rendering engine -->
  <meta name="x-apple-disable-message-reformatting"/>
  <!-- Disable auto-scale in iOS 10 Mail entirely -->
  <title>
   Delta
  </title>
  <!-- The title tag shows in email notifications, like Android 4.4. -->
  <!-- Web Font / @font-face : BEGIN -->
  <!-- Fallback font for Outlook. Desktop Outlook defaults to Times New Roman when there are web font references. -->
  <!--[if mso]>         <style type="text/css">             * {                 font-family: Tahoma, Geneva, sans-serif !important;             }             .stylingblock-content-wrapper {                 font-family: Tahoma, Geneva, sans-serif !important;             }         </style>     <![endif]-->
  <!--[if !mso]><!-->
  <style type="text/css">
   @font-face {
   font-family: 'Open Sans';
   font-style: italic;
   font-weight: 400;
   src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://inboxflows.com/_/image/https%253A%252F%252Ffonts.gstatic.com%252Fs%252Fopensans%252Fv15%252FxjAJXh38I15wypJXxuGMBogp9Q8gbYrhqGlRav_IXfk.woff2/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZmb250cy5nc3RhdCJ9:1kXO5d:-PPCx3E_2F5CbSpP1lF5OnHWVuo38EvihpxbcapqqCo) format('woff2');
   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
 }
 
 @font-face {
   font-family: 'Open Sans';
   font-style: normal;
   font-weight: 400;
   src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://inboxflows.com/_/image/https%253A%252F%252Ffonts.gstatic.com%252Fs%252Fopensans%252Fv15%252FcJZKeOuBrn4kERxqtaUH3ZBw1xU1rKptJj_0jans920.woff2/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZmb250cy5nc3RhdCJ9:1kXO5d:-PPCx3E_2F5CbSpP1lF5OnHWVuo38EvihpxbcapqqCo) format('woff2');
   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
 }
 
 @font-face {
   font-family: 'Open Sans';
   font-style: normal;
   font-weight: 700;
   src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://inboxflows.com/_/image/https%253A%252F%252Ffonts.gstatic.com%252Fs%252Fopensans%252Fv15%252Fk3k702ZOKiLJc3WVjuplzBampu5_7CjHW5spxoeN3Vs.woff2/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZmb250cy5nc3RhdCJ9:1kXO5d:-PPCx3E_2F5CbSpP1lF5OnHWVuo38EvihpxbcapqqCo) format('woff2');
   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
 }
 
 * {font-family: 'Open Sans', Tahoma, Geneva, sans-serif !important;
            }
  </style>
  <!--<![endif]-->
  <!-- Web Font / @font-face : END -->
  <!-- Fixes image scaling in Outlook 120dpi -->
  <!--[if gte mso 9]><xml>   <o:OfficeDocumentSettings>    <o:AllowPNG/>    <o:PixelsPerInch>96</o:PixelsPerInch>   </o:OfficeDocumentSettings>  </xml><![endif]-->
  <!-- CSS Reset -->
  <style type="text/css">
   /* Removes spaces around the email design added by some email clients. */
        /* Note: It can remove the padding / margin and add a background color to the compose a reply window. */
        html,
        body, 
  center {
            margin: 0 auto !important;
            padding: 0 !important;
            height: 100% !important;
            width: 100% !important;
        }

        /* Stops email clients resizing small text. */
        * {
            -ms-text-size-adjust: 100%;
            -webkit-text-size-adjust: 100%;
        }

        /* Centers email on Android 4.4 */
        div[style*="margin: 16px 0"] {
            margin:0 !important;
        }

        /* Stops Outlook from adding extra spacing to tables. */
        table,
        td {
            mso-table-lspace: 0pt !important;
            mso-table-rspace: 0pt !important;
        }

        /* Uses a better rendering method when resizing images in IE. */
        img {
            -ms-interpolation-mode:bicubic;
        }

        /* A work-around for iOS meddling in triggered links. */
        *[x-apple-data-detectors] {
            color: inherit !important;
            text-decoration: none !important;
        }

        /* A work-around for Gmail meddling in triggered links. */
        .x-gmail-data-detectors,
        .x-gmail-data-detectors *,
        .aBn {
            border-bottom: 0 !important;
            cursor: default !important;
        }
  /* A work-around for Samsung Mail meddling in triggered links. */
  #MessageViewBody a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  }

        /* Prevents Gmail from displaying an download button on large, non-linked images. */
        .a6S {
         display: none !important;
         opacity: 0.01 !important;
        }

        /* Prevents underlining the button text in Windows 10 */
        .button-link {
            text-decoration: none !important;
        }
  
  /* CSS added by Jessie Starke, specific to this template */
  * {font-family: Tahoma, Geneva, sans-serif !important;
            }
  p {
   margin: 0;
  }
  .img-row img {
   display:block;
  }
  .copy, .main-content .stylingblock-content-wrapper {
   font-size: 19px; 
   line-height: 28px; 
   text-align: left;
   color: #0B1F66;
  }
  .main-content .stylingblock-content-wrapper a {
   color: #58ceff;
   text-decoration: none;
  }
  sup, .main-content .stylingblock-content-wrapper sup {
   font-size: 13px; 
   line-height: 13px; 
   mso-text-raise: 3px;
  }
  .terms .stylingblock-content-wrapper, .terms .stylingblock-content-wrapper p {
   font-size: 12px !important; 
   font-weight:normal !important; 
   line-height: 16px !important; 
   color: #666666 !important; 
   text-align: left !important;
  } 
  .terms .stylingblock-content-wrapper a {
   color: #245AA5 !important; 
   text-decoration: none !important;
  }
  .terms .stylingblock-content-wrapper sup {
   font-size: 8px !important; 
   line-height: 8px !important; 
   mso-text-raise: 3px !important;
  }
  
  /* Hover styles for links and buttons */
        a,
  .button-td,
        .button-a {
            transition: all 100ms ease-in;
        }
  a:hover {opacity: 0.8}
  
        .button-td:hover {
            background: #c6021f !important;
        }
  .button-a:hover {
   opacity: 1;
        }
  
  /* Prevents email clients from adding any extra spacing around tables and cells. */
  table, td {
            border-spacing: 0 !important;
            border-collapse: collapse !important;
        }
  table {
            margin: 0 auto !important;
        }
  /* end CSS specific to this template */
  </style>
  <!-- Keep media queries in seperate style block. Gmail strips style blocks with code it doesn't recognize -->
  <style type="text/css">
   /* Media Queries */
  
        @media screen and (max-width: 560px) {

            /* Forces elements to resize to the full width of their container. Useful for resizing images beyond their max-width. */
            .fluid {
                width: 100% !important;
                max-width: 100% !important;
                height: auto !important;
                margin-left: auto !important;
                margin-right: auto !important;
            }

            /* Forces table cells into full-width rows. */
            .stack-column,
            .stack-column-center,
   .stack-column-left {
                display: block !important;
                width: 100% !important;
                max-width: 100% !important;
                direction: ltr !important;
            }
   
            /* And center justify these ones. */
            .stack-column-center {
                text-align: center !important;
            }
   /* And left justify these ones. */
            .stack-column-left {
                text-align: left !important;
            }

            /* Generic utility class for centering. Useful for images, buttons, and nested tables. */
            .center-on-narrow {
                text-align: center !important;
                display: block !important;
                margin-left: auto !important;
                margin-right: auto !important;
                float: none !important;
            }
        }
  </style>
  <style type="text/css">
   /* Media Queries added by Jessie Starke, specific to this template */
  @media only screen and (max-width: 480px) {
   
   /* Salesforce adds this class to column layouts */
   .responsive-td {
    width:100% !important; 
    display:block !important; 
    padding:0 !important; }
   
   .bottom-menu {
    padding: 20px 20px 20px 20px !important;
    font-size: 18px !important;
    line-height: 22px !important;
    }
   .bottom-preferences {
    font-size: 15px !important;
    line-height: 20px !important;
    }
   .copy, .main-content .stylingblock-content-wrapper {
    font-size:17px !important; 
    line-height:22px !important;
   }
   sup { 
                font-size:10px; 
                line-height:10px; 
                mso-text-raise: 4px; 
            } 
   .main-content .stylingblock-content-wrapper sup { 
                font-size:10px !important; 
                line-height:10px !important; 
                mso-text-raise: 4px !important; 
            } 
   
   .copy-block {
    padding: 20px 20px 20px 20px !important;
    font-size: 17px !important;
    line-height: 22px !important;
    }
   .two-column-block {
    padding: 10px 10px 10px 10px !important;
   }
   
   /* To fix iOS Gmail and Inbox right gutter */ 
   /* Targets Gmail. Gmail transforms body tag into a div */
   u ~ div .g-wrapper {min-width: 100vw;}
   
   /* Overrides above Gmail style on Android */
   div > u ~ div .g-wrapper {min-width: 100%;}
   
  }
  @media screen and (max-width: 560px) {
   .img-row img {
   max-width:100% !important;
   width:100% !important;
   height:auto !important;
   }
   
  }
  
  /* Removes pipe characters in dynamic header on mobile and wraps content that follows to next line */
  @media screen and (max-width: 500px) {
   .pipe-display-2 {display: none !important;}
   .mobile-full-2 {width: 100%; display: block !important;}
  }
  @media screen and (max-width: 374px) {
   .pipe-display-1 {display: none !important;}
   .mobile-full-1 {width: 100%; display: block !important;}
  }
   
  /* End Media Queries specific to this template */
  </style>
 </head>
 <body style="margin: 0; mso-line-height-rule: exactly; padding: 0;" width="100%">
  <style type="text/css">
   div.preheader 
{ display: none !important; }
  </style>
  <div class="preheader" style="font-size: 1px; display: none !important;">
   Introducing a new travel savings event just for SkyMiles® Members.
  </div>
  <!-- Full-width table to achieve background color in Outlook -->
  <table align="center" aria-hidden="true" bgcolor="#041638" border="0" cellpadding="0" cellspacing="0" class="g-wrapper" role="presentation" width="100%">
   <tr>
    <td style="padding: 0px;" width="100%">
     <!--             Email width defined in two places:             1. max-width for all clients except Desktop Windows Outlook, allowing the email to squish on narrow but never go wider than 600px.             2. MSO tags for Desktop Windows Outlook enforce a 600px width.         -->
     <div style="max-width: 600px; margin: 0 auto;">
      <!--[if mso]>             <table role="presentation" aria-hidden="true" cellspacing="0" cellpadding="0" border="0" width="600" align="center">             <tr>             <td width="600" style="width: 600px;">             <![endif]-->
      <!-- Email Body : BEGIN -->
      <table align="center" aria-hidden="true" border="0" cellpadding="0" cellspacing="0" role="presentation" style="max-width: 600px; padding: 0;" width="100%">
       <!-- Masthead : BEGIN -->
       <tr>
        <td align="center" style="padding: 0px;" valign="top" width="100%">
         <a data-linkto="https://" target="_blank" title="DELTA">
          <img alt="DELTA" border="0" class="fluid" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.o.delta.com%252Flib%252Ffe5815707c6201787313%252Fm%252F1%252Fe0e943af-8017-40bc-a32d-81c46f1b9961.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLm8uZGVsdCJ9:1kXO5e:_I3HLfG1gQ5MCLI5KKGZAWFUYjyZQw4ZFBXkhvMv470" style="display: block; width: 100%; height: auto; text-align: center; padding: 0px; border: 0px none transparent;"/>
         </a>
        </td>
       </tr>
       <!-- Masthead : END -->
       <!-- Subscriber Information : BEGIN -->
       <tr>
        <td style="padding: 0px;" valign="top" width="100%">
         <table align="center" bgcolor="#011037" border="0" cellpadding="0" cellspacing="0" width="100%">
          <tr>
           <td align="left" style="padding: 17px;" valign="top">
            <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
             <tr>
              <td align="center" style="font-family: Tahoma, Geneva, sans-serif; font-size:20px; color:#ffffff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; padding: 0px 0px 13px 0px; letter-spacing: 1px; text-align: center;" valign="top" width="100%">
               <b>
                Hello, Sam
               </b>
              </td>
             </tr>
             <tr>
              <td align="center" style="font-family: Tahoma, Geneva, sans-serif; font-size: 16px; color: rgb(88, 206, 255); -webkit-font-smoothing: antialiased; letter-spacing: 1px; line-height: 150%; text-align: center;" valign="top" width="100%">
               <div class="stylingblock-content-wrapper" data-marker="wrapper" style="">
                <!-- Customer ID -->
                <span class="mobile-full">
                 <span style="white-space: nowrap;">
                  <a data-linkto="https://" style="color:#58ceff;text-decoration:none;" target="_blank" title="Your Account">
                   #9129298122
                  </a>
                 </span>
                </span>
                <!-- End Customer ID -->
                <!-- Customer Tier -->
                <span class="mobile-full-1">
                 <span class="pipe-display-1" style="padding: 0;">
                  |
                 </span>
                 <span style="white-space: nowrap;">
                  <a data-linkto="https://" style="color:#58ceff;text-decoration:none;" target="_blank" title="Your Account">
                   SkyMiles
                   <sup style="font-size:10px; line-height:10px; mso-text-raise: 4px;">
                    ®
                   </sup>
                   Member
                  </a>
                 </span>
                </span>
                <!-- End Customer Tier -->
                <!-- Mileage Balance -->
                <!-- End Mileage Balance -->
               </div>
              </td>
             </tr>
            </table>
           </td>
          </tr>
         </table>
        </td>
       </tr>
       <!-- Subscriber Information : END -->
       <!-- Main Content Block 1 : BEGIN -->
       <tr>
        <td class="main-content" style="color: #0B1F66; text-align:left;padding: 0;font-family: Tahoma, Geneva, sans-serif; font-size: 14px; line-height: 18px;" valign="top" width="100%">
         <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" style="min-width: 100%; " width="100%">
          <tr>
           <td class="stylingblock-content-wrapper camarker-inner">
            <table cellpadding="0" cellspacing="0" width="100%">
             <tr>
              <td align="center">
               <a data-linkto="https://" title="">
                <img alt="Dream It, Live It Event. Get away with member-only deals.. Miles are worth double with Delta Vacations." data-assetid="18265" height="640" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.o.delta.com%252Flib%252Ffe5815707c6201787313%252Fm%252F10%252F5c70400f-e8d4-48cb-90f1-0e92ad1863d8.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLm8uZGVsdCJ9:1kXO5e:_I3HLfG1gQ5MCLI5KKGZAWFUYjyZQw4ZFBXkhvMv470" style="display: block; padding: 0px; text-align: center; height: 640px; width: 600px;" width="600"/>
               </a>
              </td>
             </tr>
            </table>
           </td>
          </tr>
         </table>
        </td>
       </tr>
       <!-- Main Content Block 1 : END -->
       <!-- Main Content Block 2 : BEGIN -->
       <tr>
        <td class="main-content" style="color: #0B1F66; text-align:left;padding: 0;font-family: Tahoma, Geneva, sans-serif; font-size: 14px; line-height: 18px;" valign="top" width="100%">
         <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" style="background-color: #F6F7FB; min-width: 100%; " width="100%">
          <tr>
           <td class="stylingblock-content-wrapper camarker-inner" style="padding: 20px 30px 0px; ">
            <div style="text-align: center;">
             <span style="font-size: 26px;">
              With This Exclusive Deal, Now Is The Time To Try A Delta Vacations Package
             </span>
            </div>
           </td>
          </tr>
         </table>
         <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" style="background-color: #F6F7FB; min-width: 100%; " width="100%">
          <tr>
           <td class="stylingblock-content-wrapper camarker-inner" style="padding: 10px; ">
            <table cellpadding="0" cellspacing="0" width="100%">
             <tr>
              <td align="center">
               <img data-assetid="18271" height="3" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.o.delta.com%252Flib%252Ffe5815707c6201787313%252Fm%252F10%252F46a996af-36b2-436c-b834-0d8756156a58.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLm8uZGVsdCJ9:1kXO5e:_I3HLfG1gQ5MCLI5KKGZAWFUYjyZQw4ZFBXkhvMv470" style="display: block; padding: 0px; text-align: center; height: 3px; width: 99px; border: 0px;" width="99"/>
              </td>
             </tr>
            </table>
           </td>
          </tr>
         </table>
         <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" style="background-color: #F6F7FB; min-width: 100%; " width="100%">
          <tr>
           <td class="stylingblock-content-wrapper camarker-inner" style="padding: 10px 65px; ">
            <table aria-hidden="true" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
             <tr>
              <td class="copy-block" style="font-family: Tahoma, Geneva, sans-serif; line-height: 28px; color: rgb(11, 31, 102);" width="100%">
               <div style="font-size: 19px; line-height: 115%; text-align: center;">
                <span style="font-size:17px;">
                 Your dream getaway is now in reach. For this week only, miles are worth double with Delta Vacations when you book any vacation package. Now, $1,000 towards a vacation package costs 50,000 miles instead of 100,000 miles.
                </span>
               </div>
              </td>
             </tr>
            </table>
           </td>
          </tr>
         </table>
         <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" style="background-color: #F6F7FB; min-width: 100%; " width="100%">
          <tr>
           <td class="stylingblock-content-wrapper camarker-inner" style="padding: 40px; ">
            <table cellpadding="0" cellspacing="0" width="100%">
             <tr>
              <td align="center">
               <a data-linkto="//" title="">
                <img alt="Book Now." data-assetid="18272" height="50" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.o.delta.com%252Flib%252Ffe5815707c6201787313%252Fm%252F10%252F45fae95b-1d6c-4095-b188-88c684ee08af.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLm8uZGVsdCJ9:1kXO5e:_I3HLfG1gQ5MCLI5KKGZAWFUYjyZQw4ZFBXkhvMv470" style="display: block; padding: 0px; text-align: center; height: 50px; width: 225px; border: 0px;" width="225"/>
               </a>
              </td>
             </tr>
            </table>
           </td>
          </tr>
         </table>
         <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" style="background-color: #FFFFFF; min-width: 100%; " width="100%">
          <tr>
           <td class="stylingblock-content-wrapper camarker-inner" style="padding: 25px 30px 10px; ">
            <div style="text-align: center;">
             <span style="font-size:26px;">
              Introducing The Dream It
             </span>
             <b>
              ✈
             </b>
             <span style="font-size:26px;">
              Live It Event
             </span>
            </div>
           </td>
          </tr>
         </table>
        </td>
       </tr>
       <!-- Main Content Block 2 : END -->
       <!-- CTA : BEGIN -->
       <tr>
        <td align="center" style="padding: 0px 0px 0px 0px;" valign="top" width="100%">
         <table cellpadding="0" cellspacing="0" class="slot-styling" style="background-color: transparent; min-width: 100%; " width="100%">
          <tr>
           <td class="slot-styling camarker-inner" style="padding: 0px; ">
            <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" style="background-color: #FFFFFF; min-width: 100%; " width="100%">
             <tr>
              <td class="stylingblock-content-wrapper camarker-inner" style="padding: 10px; ">
               <table cellpadding="0" cellspacing="0" width="100%">
                <tr>
                 <td align="center">
                  <img data-assetid="18271" height="3" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.o.delta.com%252Flib%252Ffe5815707c6201787313%252Fm%252F10%252F46a996af-36b2-436c-b834-0d8756156a58.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLm8uZGVsdCJ9:1kXO5e:_I3HLfG1gQ5MCLI5KKGZAWFUYjyZQw4ZFBXkhvMv470" style="display: block; padding: 0px; text-align: center; height: 3px; width: 99px; border: 0px;" width="99"/>
                 </td>
                </tr>
               </table>
              </td>
             </tr>
            </table>
            <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" style="background-color: #FFFFFF; min-width: 100%; " width="100%">
             <tr>
              <td class="stylingblock-content-wrapper camarker-inner" style="padding: 10px 65px; ">
               <table aria-hidden="true" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                <tr>
                 <td class="copy-block" style="font-family: Tahoma, Geneva, sans-serif; line-height: 28px; color: rgb(11, 31, 102);" width="100%">
                  <div style="font-size: 19px; line-height: 115%; text-align: center;">
                   <span style="font-size:17px;">
                    We love having you as a SkyMiles Member - that's why we've created a new, exclusive event to help turn your travel dreams into living the #SkyMilesLife.
                    <b>
                     <a data-linkto="//" style="color:#072358;text-decoration:none;" title="See Deals &gt;">
                      See Deals &gt;
                     </a>
                    </b>
                   </span>
                  </div>
                 </td>
                </tr>
               </table>
              </td>
             </tr>
            </table>
            <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" style="background-color: #FFFFFF; min-width: 100%; " width="100%">
             <tr>
              <td class="stylingblock-content-wrapper camarker-inner" style="padding: 10px; ">
               <table cellpadding="0" cellspacing="0" style="width: 100%;">
                <tr>
                 <td>
                  <table cellpadding="0" cellspacing="0" style="width: 100%;">
                   <tr>
                    <td style="width: 20%; padding-right: 3px;" valign="top">
                     <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" style="min-width: 100%; " width="100%">
                      <tr>
                       <td class="stylingblock-content-wrapper camarker-inner">
                        <img data-assetid="18266" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.o.delta.com%252Flib%252Ffe5815707c6201787313%252Fm%252F10%252Fa0b39773-a949-4f48-90ae-728c3bf41d68.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLm8uZGVsdCJ9:1kXO5e:_I3HLfG1gQ5MCLI5KKGZAWFUYjyZQw4ZFBXkhvMv470" style="padding: 0px; text-align: center; border: 0px solid transparent; height: auto; width: 100%;" width="95"/>
                       </td>
                      </tr>
                     </table>
                    </td>
                    <td style="width: 20%; padding-left: 3px; padding-right: 3px;" valign="top">
                     <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" style="min-width: 100%; " width="100%">
                      <tr>
                       <td class="stylingblock-content-wrapper camarker-inner">
                        <img data-assetid="18267" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.o.delta.com%252Flib%252Ffe5815707c6201787313%252Fm%252F10%252F0e0cdf10-5cce-417f-b100-e43f7d601588.gif/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLm8uZGVsdCJ9:1kXO5e:_I3HLfG1gQ5MCLI5KKGZAWFUYjyZQw4ZFBXkhvMv470" style="padding: 0px; text-align: center; border: 0px solid transparent; height: auto; width: 100%;" width="95"/>
                       </td>
                      </tr>
                     </table>
                    </td>
                    <td style="width: 20%; padding-left: 3px; padding-right: 3px;" valign="top">
                     <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" style="min-width: 100%; " width="100%">
                      <tr>
                       <td class="stylingblock-content-wrapper camarker-inner">
                        <img data-assetid="18268" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.o.delta.com%252Flib%252Ffe5815707c6201787313%252Fm%252F10%252F791cf6bc-8fd1-4db3-8518-d61672fee239.gif/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLm8uZGVsdCJ9:1kXO5e:_I3HLfG1gQ5MCLI5KKGZAWFUYjyZQw4ZFBXkhvMv470" style="padding: 0px; text-align: center; border: 0px solid transparent; height: auto; width: 100%;" width="95"/>
                       </td>
                      </tr>
                     </table>
                    </td>
                    <td style="width: 20%; padding-left: 3px; padding-right: 3px;" valign="top">
                     <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" style="min-width: 100%; " width="100%">
                      <tr>
                       <td class="stylingblock-content-wrapper camarker-inner">
                        <img data-assetid="18269" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.o.delta.com%252Flib%252Ffe5815707c6201787313%252Fm%252F10%252Fe9eab437-7500-4f61-885c-cec1884e8121.gif/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLm8uZGVsdCJ9:1kXO5e:_I3HLfG1gQ5MCLI5KKGZAWFUYjyZQw4ZFBXkhvMv470" style="padding: 0px; text-align: center; border: 0px solid transparent; height: auto; width: 100%;" width="95"/>
                       </td>
                      </tr>
                     </table>
                    </td>
                    <td style="width: 20%; padding-left: 3px;" valign="top">
                     <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" style="min-width: 100%; " width="100%">
                      <tr>
                       <td class="stylingblock-content-wrapper camarker-inner">
                        <img data-assetid="18270" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.o.delta.com%252Flib%252Ffe5815707c6201787313%252Fm%252F10%252Fb47c38b7-dafe-42de-a221-495982dccc3a.gif/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLm8uZGVsdCJ9:1kXO5e:_I3HLfG1gQ5MCLI5KKGZAWFUYjyZQw4ZFBXkhvMv470" style="padding: 0px; text-align: center; border: 0px solid transparent; height: auto; width: 100%;" width="95"/>
                       </td>
                      </tr>
                     </table>
                    </td>
                   </tr>
                  </table>
                 </td>
                </tr>
               </table>
              </td>
             </tr>
            </table>
            <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" style="background-color: #FFFFFF; min-width: 100%; " width="100%">
             <tr>
              <td class="stylingblock-content-wrapper camarker-inner" style="padding: 5px 10px 30px; ">
               <table cellpadding="0" cellspacing="0" style="width: 100%;">
                <tr>
                 <td>
                  <table cellpadding="0" cellspacing="0" style="width: 100%;">
                   <tr>
                    <td style="width: 20%; padding-right: 3px;" valign="top">
                     <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" style="min-width: 100%; " width="100%">
                      <tr>
                       <td class="stylingblock-content-wrapper camarker-inner">
                        <div style="text-align: center;">
                         <span style="color:#072358;">
                          <b>
                           Delta
                           <br/>
                           Vacations
                          </b>
                         </span>
                        </div>
                       </td>
                      </tr>
                     </table>
                    </td>
                    <td style="width: 20%; padding-left: 3px; padding-right: 3px;" valign="top">
                    </td>
                    <td style="width: 20%; padding-left: 3px; padding-right: 3px;" valign="top">
                    </td>
                    <td style="width: 20%; padding-left: 3px; padding-right: 3px;" valign="top">
                    </td>
                    <td style="width: 20%; padding-left: 3px;" valign="top">
                    </td>
                   </tr>
                  </table>
                 </td>
                </tr>
               </table>
              </td>
             </tr>
            </table>
           </td>
          </tr>
         </table>
        </td>
       </tr>
       <!-- CTA : END -->
       <!-- Blue Footer : BEGIN -->
       <tr>
        <td valign="top" width="100%">
         <table aria-hidden="true" bgcolor="#072358" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
          <!-- Promotion : BEGIN -->
          <tr>
           <td align="center" style="padding: 20px 0px 20px 0px;" valign="top" width="100%">
            <table cellpadding="0" cellspacing="0" class="slot-styling" style="background-color: transparent; min-width: 100%; " width="100%">
             <tr>
              <td class="slot-styling camarker-inner" style="padding: 10px 0px; ">
              </td>
             </tr>
            </table>
           </td>
          </tr>
          <!-- Promotion : END -->
          <!-- Footer Links : BEGIN -->
          <tr>
           <!-- Top Divider Line -->
           <td align="center" style="padding: 0px 0px 0px 0px; border-bottom: 2px solid #58CEFF;font-size:1px;line-height:1px;" width="100%">
           </td>
          </tr>
          <tr>
           <td align="left" class="bottom-menu" style="font-family: Tahoma, Geneva, sans-serif; font-size:20px; line-height: 22px; color:#ffffff; vertical-align:middle; padding: 28px 36px 28px 36px; border-bottom: 2px solid #58CEFF;" valign="top" width="100%">
            <a style="color:#ffffff; text-decoration:none;" target="_new">
             BOOK A FLIGHT &gt;
            </a>
           </td>
          </tr>
          <tr>
           <td align="left" class="bottom-menu" style="font-family: Tahoma, Geneva, sans-serif; font-size:20px; line-height: 22px; color:#ffffff; vertical-align:middle; padding: 28px 36px 28px 36px; border-bottom: 2px solid #58CEFF;" valign="top" width="100%">
            <a style="color:#ffffff; text-decoration:none;" target="_new">
             BOOK A VACATION PACKAGE &gt;
            </a>
           </td>
          </tr>
          <tr>
           <td align="left" class="bottom-menu" style="font-family: Tahoma, Geneva, sans-serif; font-size:20px; line-height: 22px; color:#ffffff; vertical-align:middle; padding: 28px 36px 28px 36px; border-bottom: 2px solid #58CEFF;" valign="top" width="100%">
            <a style="color:#ffffff; text-decoration:none;" target="_new">
             RESERVE A CAR + HOTEL &gt;
            </a>
           </td>
          </tr>
          <tr>
           <td align="left" class="bottom-menu" style="font-family: Tahoma, Geneva, sans-serif; font-size:20px; line-height: 22px; color:#ffffff; vertical-align:middle; padding: 28px 36px 28px 36px; border-bottom: 2px solid #58CEFF;" valign="top" width="100%">
            <a style="color:#ffffff;text-decoration:none;" target="_new">
             EARN AND USE MILES &gt;
            </a>
           </td>
          </tr>
          <!-- Footer Links : END -->
          <!-- Social Links : BEGIN -->
          <tr>
           <td align="center" style="padding: 50px 0px 0px 0px;" width="100%">
            <table align="center" border="0" cellpadding="0" cellspacing="0" style="width: 40%; min-width: 170px; max-width: 265px;" width="40%">
             <tr>
              <td align="center" style="width: 20%;" valign="top">
               <a data-linkto="https://" style="color : #245AA5; text-decoration : none; font-weight : normal;" target="_new" title="Facebook">
                <img alt="Facebook" border="0" data-assetid="4" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.exct.net%252Flib%252Ffe5815707c6201787313%252Fm%252F1%252Fe89c8c6b-5493-4908-90fb-c0259f317906.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5leGN0LiJ9:1kXO5e:-Moo9JmIXHdJBurhIoQ2t3zjAW_hwBvxriSxioyFmPA" style="height:auto; min-width: 34px; width:100%;display: block;" width="53"/>
               </a>
              </td>
              <td align="center" class="space2-social" style="width: 20%;" valign="top">
              </td>
              <td align="center" style="width: 20%;" valign="top">
               <a data-linkto="https://" style="color : #245AA5; text-decoration : none; font-weight : normal;" target="_new" title="Twitter">
                <img alt="Twitter" border="0" data-assetid="7" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.exct.net%252Flib%252Ffe5815707c6201787313%252Fm%252F1%252Fa25fbe5b-bf98-4d6a-9b33-915b5bb295d0.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5leGN0LiJ9:1kXO5e:-Moo9JmIXHdJBurhIoQ2t3zjAW_hwBvxriSxioyFmPA" style="height:auto; min-width: 34px; width:100%;display: block;padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;" width="53"/>
               </a>
              </td>
              <td align="center" class="space2-social" style="width: 20%;" valign="top">
              </td>
              <td align="center" style="width: 20%;" valign="top">
               <a data-linkto="https://" style="color : #245AA5; text-decoration : none; font-weight : normal;" target="_new" title="Instagram">
                <img alt="Instagram" border="0" data-assetid="8" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.exct.net%252Flib%252Ffe5815707c6201787313%252Fm%252F1%252F261ff432-0a19-47f5-b3dd-768ce02eda2a.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5leGN0LiJ9:1kXO5e:-Moo9JmIXHdJBurhIoQ2t3zjAW_hwBvxriSxioyFmPA" style="height:auto; min-width: 34px; width:100%;display: block;padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;" width="53"/>
               </a>
              </td>
             </tr>
            </table>
           </td>
          </tr>
          <!-- Social Links : END -->
          <!-- Stay Connected : BEGIN -->
          <tr>
           <td style="padding: 20px 20px 20px 20px; text-align: center; font-family: Tahoma, Geneva, sans-serif; font-size:18px; color:#FFFFFF; line-height:20px;" width="100%">
            <strong style="font-weight: bold;">
             STAY CONNECTED WITH US
            </strong>
           </td>
          </tr>
          <tr>
           <td class="bottom-preferences" style="padding: 30px 18px 30px 18px; text-align: center; font-family: Tahoma, Geneva, sans-serif; font-size:17px; color:#FFFFFF; line-height:23px;" width="100%">
            <span class="mobile-full-2">
             <a data-linkto="https://" style="color:#53ceff;text-decoration:none; font-weight : normal; " target="_new" title="Update Email Preferences">
              UPDATE EMAIL PREFERENCES
             </a>
             <span class="pipe-display-2" style="color:#53ceff">
              |
             </span>
            </span>
            <a data-linkto="microsite" style="color:#53ceff;text-decoration:none; font-weight : normal; " title="Unsubscribe">
             UNSUBSCRIBE
            </a>
            <span style="color:#53ceff">
             |
            </span>
            <a data-linkto="//" style="color:#53ceff;text-decoration:none; font-weight : normal; " target="_new" title="Privacy Policy">
             PRIVACY POLICY
            </a>
           </td>
          </tr>
          <!-- Stay Connected : END -->
         </table>
        </td>
       </tr>
       <!-- Blue Footer : END -->
       <!-- Terms : BEGIN -->
       <tr>
        <td style="padding: 0;" valign="top" width="100%">
         <table aria-hidden="true" bgcolor="#D2D3D5" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
          <tr>
           <td style="padding: 20px 20px 20px 20px;" width="100%">
            <!-- Table : BEGIN -->
            <table align="center" aria-hidden="true" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin: auto" width="100%">
             <tr>
              <td class="terms" style="font-family: Tahoma, Geneva, sans-serif; font-size: 12px; font-weight:normal; line-height: 16px; color: #666666; text-align:left;padding: 0px 0px 30px 0px;">
               <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" style="min-width: 100%; " width="100%">
                <tr>
                 <td class="stylingblock-content-wrapper camarker-inner">
                  <b>
                   Terms and Conditions
                  </b>
                  <ul>
                   <li>
                    When you book between August 26 – 30, 2019, your Delta miles with the SkyMiles Program are worth double (compared to the standard Delta Vacations miles redemption offer) when you use them towards the purchase any Delta Vacations flight and hotel package from any Delta Vacations origin in the U.S. or Canada to any Delta Vacations destination, for travel anytime. Example: Example: 50,000 miles normally = $500.  With the promotion 50,000 miles = $1000 off your flight and hotel package. Offer expires August 30, 2019 at 11:59 PM Eastern time.
                   </li>
                   <li>
                    Minimum 2-night hotel stay required.
                   </li>
                   <li>
                    Offer is redeemable up to 999,999 miles on flight and hotel packages to any Delta Vacations destination.
                   </li>
                   <li>
                    To review rules for Delta Vacations miles redemption, please visit deltavacations.com/milestogo.
                   </li>
                   <li>
                    Offer is not retroactive, and is not available on prior reservations. Must be purchased through Delta Vacations via delta.com/vacations or the customer engagement center: 1-800-800-1504. World Agent Direct bookings are not eligible.
                   </li>
                   <li>
                    Programs and availability may vary. Delta Vacations air reservations may be made up to 331 days in advance of flight departure.
                   </li>
                   <li>
                    Delta Vacations must issue all airline tickets.
                   </li>
                   <li>
                    <a>
                     Standard Terms and Conditions
                    </a>
                    apply.
                   </li>
                   <li>
                    Delta Vacations is the final authority on the interpretation of these rules and reserves the right to change these Terms and Conditions without prior notice.
                   </li>
                   <li>
                    Offer is not valid with gift cards, Ski packages, Dive packages, Globus family of brands including Globus, Cosmos, Monograms, and Avalon, other discounts or special status fares (such as companion, agency/industry discount, web fares, senior fares child rates), or for groups of 10 or more.
                   </li>
                   <li>
                    Only one SkyMiles
                    <sup>
                     ®
                    </sup>
                    account number allowed per reservation.
                   </li>
                   <li>
                    If you cancel your reservation, miles will not be redeposited into your SkyMiles account. The SkyMiles account holder will receive a Delta Vacations voucher for the value of the miles  at the time of they were applied to the booking as payment.
                   </li>
                   <li>
                    All SkyMiles Program rules apply. To review the rules, please visit delta.com/memberguide. To review the rules for Delta Vacations miles redemption, please visit deltavacations.com/milestogo. Delta Vacations airfares will earn Medallion
                    <sup>
                     ®
                    </sup>
                    Qualification Dollars (MQDs – U.S.-based members only) based on fare class and distance flown. Bonus miles do not count toward Medallion Status or Million Miler™ Status. Offers void where prohibited by law. Offers subject to change without notice. Other restrictions may apply.
                   </li>
                   <li>
                    Offers void where prohibited by law. Offers subject to change without notice. Other restrictions may apply.
                   </li>
                  </ul>
                 </td>
                </tr>
               </table>
              </td>
             </tr>
             <tr>
              <td style="font-family: Tahoma, Geneva, sans-serif; font-size: 12px; font-weight:normal; line-height: 16px; color: #666666; text-align:left;padding: 0px 0px 15px 0px;">
               <a data-linkto="https://" style="color:#245AA5;text-decoration:none; font-weight : normal; " target="_new" title="Comment or Complaint">
                Comment or Complaint?
               </a>
              </td>
             </tr>
             <tr>
              <td style="font-family: Tahoma, Geneva, sans-serif; font-size: 12px; font-weight:normal; line-height: 16px; color: #666666; text-align:left;padding: 0px 0px 10px 0px;">
               © 2019 Delta Air Lines, Inc. All rights reserved.
               <br/>
               Delta Blvd. P.O. Box 20706 • Atlanta, GA 30320-6001
              </td>
             </tr>
            </table>
            <!-- Table : END -->
           </td>
          </tr>
         </table>
        </td>
       </tr>
       <!-- Terms : END -->
      </table>
      <!-- Email Body : END -->
      <!--[if mso]>             </td>             </tr>             </table>             <![endif]-->
     </div>
    </td>
   </tr>
  </table>
  <!-- End full-width table to achieve background color in Outlook -->
  <img height="1" src="https://inboxflows.com/_/image/https%253A%252F%252Fclick.o.delta.com%252Fopen.aspx%253Fffcb10-fef41377726600-fe5e1673776705747c10-fe5815707c6201787313-ff9a1574-fe5f1673776206757010-fef61679706001%2526d%253D10096/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjbGljay5vLmRlbCJ9:1kXO5e:BSiJ37Vf491mVHIfPhyG1PRaKptCzN5om21lftmM9j4" width="1"/>
 </body>
</html>