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:1kXO56:Dnbivq4fBiSL2gV6DjC2egf8HXUkp7AIwyVyf5ZmvB8) 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:1kXO56:Dnbivq4fBiSL2gV6DjC2egf8HXUkp7AIwyVyf5ZmvB8) 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:1kXO56:Dnbivq4fBiSL2gV6DjC2egf8HXUkp7AIwyVyf5ZmvB8) 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;">
   Spend $250 on Delta Gift Cards and receive a $25 Delta eCredit while supplies last.
  </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:1kXO56:KVlQMBA0ae6y5Bz3kJhfMI8hMqJLa2OgUOJKpdSEXjY" 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.Spend $250 on Delta Gift Cards and get a $25 bonus." data-assetid="18359" height="640" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.o.delta.com%252Flib%252Ffe5815707c6201787313%252Fm%252F10%252Fe40985f3-3740-494c-9293-0e94b18c5e7c.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5vLmRlbCJ9:1kXO56:770677jazNyen5c2Xb50oKREGvCveHl5VeMZuuxjiCg" 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 50px 10px; ">
            <div style="text-align: center;">
             <span style="font-size:28px;">
              Help Them Travel The World And Get Closer To Your Next Getaway
             </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: #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:1kXO56:KVlQMBA0ae6y5Bz3kJhfMI8hMqJLa2OgUOJKpdSEXjY" 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 Delta Gift Card purchase of $250 or more will earn you a $25 Delta eCredit (while supplies last) to help bring your next trip even closer. This offer is only available here, so tap the link below.
                   </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="18280" height="50" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.o.delta.com%252Flib%252Ffe5815707c6201787313%252Fm%252F10%252F8cf67281-a4ad-4acc-8cbf-c1d1185a8562.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLm8uZGVsdCJ9:1kXO56:KVlQMBA0ae6y5Bz3kJhfMI8hMqJLa2OgUOJKpdSEXjY" 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: 20px 50px 10px; ">
               <div style="text-align: center;">
                <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="text-align: center; line-height: 200%;">
                    <span style="font-size:28px;">
                     <span style="color: rgb(11, 31, 102);">
                      The Dream It ✈ Live It Event
                     </span>
                    </span>
                   </div>
                  </td>
                 </tr>
                </table>
               </div>
              </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" 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:1kXO56:KVlQMBA0ae6y5Bz3kJhfMI8hMqJLa2OgUOJKpdSEXjY" 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
                    <sup>
                     ®
                    </sup>
                    Member. Be on the lookout for new surprises coming soon.
                    <b>
                     <a data-linkto="//" style="color:#072358;text-decoration:none;" title="See Additional Deals &gt;">
                      See Additional 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">
                        <a data-linkto="//" title="">
                         <img data-assetid="18282" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.o.delta.com%252Flib%252Ffe5815707c6201787313%252Fm%252F10%252F1fdf1ddd-8e67-456a-8e46-5dffe3d62c9a.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLm8uZGVsdCJ9:1kXO56:KVlQMBA0ae6y5Bz3kJhfMI8hMqJLa2OgUOJKpdSEXjY" style="padding: 0px; text-align: center; height: auto; width: 100%; border: 0px;" width="95"/>
                        </a>
                       </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">
                        <a data-linkto="//" title="">
                         <img data-assetid="18281" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.o.delta.com%252Flib%252Ffe5815707c6201787313%252Fm%252F10%252Fe2a745c3-4bd0-4ef4-8b0a-39d7f42a35ab.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLm8uZGVsdCJ9:1kXO56:KVlQMBA0ae6y5Bz3kJhfMI8hMqJLa2OgUOJKpdSEXjY" style="padding: 0px; text-align: center; height: auto; width: 100%; border: 0px;" width="95"/>
                        </a>
                       </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">
                        <a data-linkto="//" title="">
                         <img data-assetid="18283" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.o.delta.com%252Flib%252Ffe5815707c6201787313%252Fm%252F10%252F04d40045-c855-4564-8776-8ad4b0f6f2dc.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLm8uZGVsdCJ9:1kXO56:KVlQMBA0ae6y5Bz3kJhfMI8hMqJLa2OgUOJKpdSEXjY" style="padding: 0px; height: auto; width: 100%; text-align: center; border: 0px;" width="95"/>
                        </a>
                       </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="18284" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.o.delta.com%252Flib%252Ffe5815707c6201787313%252Fm%252F10%252F40359f54-08d0-48e8-af9a-994ca8cac241.gif/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLm8uZGVsdCJ9:1kXO56:KVlQMBA0ae6y5Bz3kJhfMI8hMqJLa2OgUOJKpdSEXjY" style="padding: 0px; height: auto; width: 100%; text-align: center; border: 0px;" 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="18285" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.o.delta.com%252Flib%252Ffe5815707c6201787313%252Fm%252F10%252Ff0e64528-ffb1-4a39-ba58-200ed2070aab.gif/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLm8uZGVsdCJ9:1kXO56:KVlQMBA0ae6y5Bz3kJhfMI8hMqJLa2OgUOJKpdSEXjY" style="padding: 0px; text-align: center; height: auto; width: 100%; border: 0px;" 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">
                     <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;">
                         <font color="#072358">
                          <b>
                           Domestic Flights
                          </b>
                         </font>
                        </div>
                       </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">
                        <div style="text-align: center;">
                         <font color="#072358">
                          <b>
                           Delta Gift Cards
                          </b>
                         </font>
                        </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;" 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:1kXO56:SmFKcQkGEmjvelhfRhC2B7mykmOIr9cMYHMyx8LomoQ" 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:1kXO56:SmFKcQkGEmjvelhfRhC2B7mykmOIr9cMYHMyx8LomoQ" 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:1kXO56:SmFKcQkGEmjvelhfRhC2B7mykmOIr9cMYHMyx8LomoQ" 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>
                  <br/>
                  <br/>
                  Offer: While supplies last, purchase USD $250 in Delta Gift Cards by going to
                  <a data-linkto="//" style="text-decoration:none;" title="//promo.giftcards.delta.com">
                   //promo.giftcards.delta.com
                  </a>
                  (the “Promotional website”) starting August 28, 2019 and receive a $25 Delta eCredit with your qualifying Delta Gift Card purchase. Limit one bonus gift card per customer. Eligible customers will earn one bonus eCredit per qualifying transaction (regardless of the number of Delta Gift Cards purchased in the transaction). Delta eCredit will be emailed to eligible purchaser separately from the Delta Gift Card, to purchaser’s email address listed at time of purchase. . Delta $25 eCredits will expire on 12/31/19 and cannot be combined with a Delta Gift Card for redemption.
                  <br/>
                  <br/>
                  Eligibility: Only customers with a U.S. or Canada billing address and over the age of 18 (or of legal age in their state of residence, if different) are eligible to participate in this offer. This offer is non-transferable.
                  <br/>
                  <br/>
                  Delta Gift Card Terms &amp; Conditions: Delta Gift Cards are non-refundable once purchased and have no expiration date. All Gift Card terms apply and are available at:
                  <a data-linkto="https://" style="text-decoration:none;" title="https://www.delta.com/egift/eGiftPurchase.action">
                   https://www.delta.com/egift/eGiftPurchase.action
                  </a>
                  <br/>
                  <br/>
                  Delta eCredit Terms &amp; Conditions: Terms apply and are available at:
                  <br/>
                  <a data-linkto="https://" style="text-decoration:none;" title="https://www.delta.com/edoc/displayEdocTnC.action?newWindow=Y&amp;DN=&amp;TD=IVD0025&amp;ST=&amp;HL=&amp;source=internal">
                   https://www.delta.com/edoc/displayEdocTnC.action?newWindow=Y&amp;DN=&amp;TD=IVD0025&amp;ST=&amp;HL=&amp;source=internal
                  </a>
                  <br/>
                  <br/>
                  Miscellaneous: Offer is subject to availability, while supplies last, and is limited to the first 4,000 purchasers during the qualifying period. This offer may be modified or terminated by Delta at any time, with our without notice. Delta may change or terminate program partners, regulations, benefits, conditions of participation. Offers void where prohibited by law. Other restrictions may apply.
                  <br/>
                  <br/>
                  Delta, and the Delta Gift Card and the Delta logo are registered service marks of Delta Air Lines, Inc.
                 </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-feef1378756c0d-fe5e1673776705747c10-fe5815707c6201787313-ff961776-fe5f1673776206757010-ff021577766505%2526d%253D10097/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjbGljay5vLmRlbCJ9:1kXO56:NUcE5Cp959cjow0QkTdtWfXakgaPXST_kyQZfFkOO2k" width="1"/>
 </body>
</html>