Inboxes

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

+New inbox

0123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "//www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="//www.w3.org/1999/xhtml">
 <head>
  <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
  <meta content="width=device-width" name="viewport"/>
  <meta name="x-apple-disable-message-reformatting"/>
  <style type="text/css">
   .full-width {
        width: 640px;
      }
      table.editor-body {
        width: 100%;
      }
      table.row {
        padding: 0px;
        width: 100%;
        position: relative;
      }
      table.row td.last {
        padding-right: 0px;
      }
      table.columns,
      table.column {
        padding-right: 0;
        margin: 0 auto;
      }
      .el-button table.el-wrapper {
        border-collapse: separate;
      }
      td.wrapper {
        padding: 0;
        position: relative;
      }
      .hide-for-desktop {
        display: none;
        mso-hide: all;
      }
      .hide-for-desktop table,
      .hide-for-desktop td,
      .hide-for-desktop img,
      .hide-for-desktop a {
        mso-hide: all;
      }
      .loop-item > table {
        table-layout: auto;
      }
      @media (max-width: 600px) {
        .hide-for-desktop {
          mso-hide: none;
        }
        table.hide-for-desktop {
          display: table !important;
        }
        td.hide-for-desktop {
          display: table-cell !important;
        }
        img.hide-for-desktop {
          display: block !important;
        }
        a.hide-for-desktop {
          display: block !important;
        }
        table.editor-body img {
          height: auto !important;
        }
        table.editor-body center {
          min-width: 0 !important;
        }
        table.editor-body .row,
        table.editor-body .loop-item {
          width: 100% !important;
          display: block !important;
        }
        table.editor-body .wrapper {
          display: block !important;
          padding-right: 0 !important;
        }
        table.editor-body .loop-item.no-stack,
        table.editor-body .wrapper.no-stack {
          display: table-cell !important;
        }
        table.editor-body .columns,
        table.editor-body .column,
        table.editor-body .column-content {
          table-layout: fixed !important;
          float: none !important;
          width: 100% !important;
          padding-right: 0px !important;
          padding-left: 0px !important;
          display: block !important;
        }
        table.editor-body .wrapper.first .columns,
        table.editor-body .wrapper.first .column {
          display: table !important;
        }
        table.editor-body .hide-for-small,
        .hide-for-mobile,
        table.editor-body .row.hide-for-mobile {
          display: none !important;
          max-height: 0 !important;
          line-height: 0 !important;
          mso-hide: all;
        }
        td.import-element-block,
        .full-width {
          width: 100% !important;
          padding: 0;
        }
      }
      body {
        margin: 0;
        padding: 0;
      }
      .editor-body {
        font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
        margin: 0;
      }
      table {
        border-collapse: collapse;
      }
      ul,
      ol {
        list-style-position: outside;
        margin: 0;
        padding: 0 0 0 2em;
      }
      .header-footer {
        margin: 0;
      }
      .valign {
        vertical-align: top;
      }
      .no-padding {
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: inherit;
        /* Padding-left:0 triggers image scale in outlook */
      }
      .row {
        word-break: break-word;
      }
      .button {
        border: 0;
        border-width: 0;
        border-color: none;
        border-style: none;
        outline: 0;
        box-sizing: border-box;
        display: block;
      }
      .align-left {
        text-align: left;
      }
      .align-right {
        text-align: right;
      }
      .align-center {
        text-align: center !important;
      } 
      @media screen and (max-width: 480px) {
        .mobile-padding{
          padding: 10px !important;
        }
        .no_padding{
          padding: 0px !important;
        }

        .trust_pilot {

          display: block !important;
          text-align: center !important;
          padding: 10px !important;
        }
        .logo_mobile {
          width: 20% !important;
          height: auto !important;
        }
        .header_mobile {
          height:auto !important;
          width:50% !important;
          text-align: center !important;
        }
        .my_account {
          padding-bottom:30px !important;
        }
        .mobile_padding{
          padding: 5px !important;
        }

        .logo_mmobile{
          width: 20% !important;
          height: auto !important;
        }
        .mobile_padding_image {
          padding-left:10px !important;
          padding-right:10px !important;
        }
        .hide {
          display: none !important;
        }
        .mobile_with_CEO {
          width:100% !important;
          display: block !important;
          padding:0px !important;
        }
        .mobile_with_CEO_txt {
          width: 90% !important;
          display: block !important;
          padding: 10px !important;
          text-align: center !important;
        }
        .trust_pilot {
          width=100%!important;
          display: block !important;
          text-align: center !important;
          padding: 10px !important;
        }
        .center_align {
          text-align:  center !important;
          padding-left: 10px !important;
          padding-right: 10px !important;
        }
        .width_100_2 {
          width:100% !important; 
          padding: 0px !important;
          max-width: 100% !important;

        }
        .title_font_size {
          font-size: 17px !important;
          padding: 5px !important;
        }

        /*# sourceMappingURL=/assets/app/shared/html_editor/css/email/full.css.map */
  </style>
  <!--[if gte mso 12]>
<style>
ul, ol {
margin-left:2em !important;
}
</style>
<![endif]-->
  <!--[if gte mso 9]>
<style>
table.twentyPercent,
table.two,
table.three,
table.four,
table.six,
table.nine {
width: 100% !important;
}
</style>
<![endif]-->
 </head>
 <body style="margin: 0;
               padding: 0;">
  <table class="editor-body" style='border-collapse:collapse;font-family:"Helvetica", "Helvetica Neue", "Arial", sans-serif;width:100%;'>
   <tr>
    <td align="center" style="padding:0;" valign="top">
     <table border="0" cellpadding="0" cellspacing="0" class="import-message" style="font-size:16px;text-align:left;align:center;border-collapse:collapse;">
      <tr>
       <td>
        <table cellpadding="0" cellspacing="0" class="row import-container import-container-1 import-container-58161037229" style="border-spacing:0px;border-collapse:collapse;word-break:break-word;padding:0px;width:100%;position:relative;">
         <tr>
          <td class="wrapper valign" style="vertical-align:top;padding:0;position:relative;">
           <table cellpadding="0" cellspacing="0" class="columns import-column import-column-1" style="width:640px;border-collapse:collapse;padding-right:0;margin:0 auto;">
            <tr>
             <td class="column-content valign no-padding" style="width:640px;vertical-align:top;padding-right:0;padding-top:0;padding-bottom:0;padding-left:inherit;">
              <table cellpadding="0" cellspacing="0" style="table-layout:fixed;border-collapse:collapse;" width="100%">
               <tr>
                <td align="left" class="import-element import-element-block import-element-1 import-element-60652328990" style="align:left;text-align:left;font-size:16px;padding:0;line-height:normal;font-family:Helvetica,Arial,sans-serif;width:640px;">
                 <div style="display:none;font-size:1px;line-height:1px;max-height:0px;max-width:0px;opacity:0;overflow:hidden;mso-hide:all;font-family:sans-serif;">
                  Get 6 meals for $36.
                 </div>
                 <!-- Visually Hidden Preheader Text : END -->
                 <!-- Create white space after the desired preview text so email clients don’t pull other distracting text into the inbox preview. Extend as necessary. -->
                 <!-- Preview Text Spacing Hack : BEGIN -->
                 <div style="display:none;font-size:1px;line-height:1px;max-height:0px;max-width:0px;opacity:0;overflow:hidden;mso-hide:all;font-family:sans-serif;">
                  β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ 
                      β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ   β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ 
                      β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ   β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ 
                      β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ   β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ 
                      β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ   β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ 
                      β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ   β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ 
                      β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ   β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ 
                      β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ β€Œ
                 </div>
                 <div class="email-container" style="max-width:680px;margin:0 auto;">
                  <!--[if mso]>
<table align="center" role="presentation" cellspacing="0" cellpadding="0" border="0">
<td>
<![endif]-->
                  <!-- Email Body : BEGIN -->
                  <table border="0" cellpadding="0" cellspacing="0" width="100%">
                   <tr>
                    <td align="left">
                     <a border="0" target="_blank">
                      <img alt="Gobble" class="logo_mobile" src="https://inboxflows.com/_/image/https%253A%252F%252Fhosting.fyleio.com%252F40604%252Fpublic%252Fgobble_final_logo_red_alpha.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZob3N0aW5nLmZ5bCJ9:1kXMz0:FcEivlg-Zr2fuEDcbEIJB_RIHqtpWWjV4s03sZyg8Hg" style="display:block;border:none;min-width:100px;max-width:110px;height:auto;padding:15px 15px 15px 30px ;" width="100%"/>
                     </a>
                    </td>
                    <td class="hide">
                    </td>
                    <td align="right" valign="middle">
                     <a border="0" target="_blank">
                      <img alt="Sign up" classs="my_account" src="https://inboxflows.com/_/image/https%253A%252F%252Fgallery.mailchimp.com%252F813889bbfd98b1955b213901b%252Fimages%252Ffd6ff3bc-3e8a-48df-a1ec-0f5d07ec57ff.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnYWxsZXJ5Lm1haSJ9:1kXMz0:Uv5oqgv4IPt47Q9qi012w1IjfzlG6QxXiKrmtrWx6XQ" style="display:block;margin-top:auto;margin-right:auto;margin-left:auto;border:none;min-width:100px;max-width:100px;height:auto;"/>
                     </a>
                    </td>
                   </tr>
                  </table>
                  <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin:auto;" width="100%">
                   <tr>
                    <td align="center" style="background:#206138; font-family:Raleway, sans-serif; font-size:15px; line-height:20px; text-decoration:none; color:#ffffff; display:block; padding:10px 10px 10px 10px;  ">
                     <strong>
                      Get these globally-inspired recipes delivered next week!
                     </strong>
                    </td>
                   </tr>
                  </table>
                  <table style="">
                   <tr>
                    <td style="background-color:#ffffff;">
                     <a>
                      <img alt="" border="0" class="g-img width_100" src="https://inboxflows.com/_/image/https%253A%252F%252Fhosting.fyleio.com%252F40604%252Fpublic%252Fglobal_flavors_031120_05.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZob3N0aW5nLmZ5bCJ9:1kXMz0:FcEivlg-Zr2fuEDcbEIJB_RIHqtpWWjV4s03sZyg8Hg" style="width: 100%; max-width: 680px; height: auto; padding-top:5px; padding-bottom:25px; margin: auto; display: block;" width="680"/>
                     </a>
                    </td>
                   </tr>
                  </table>
                  <table>
                   <tr>
                    <td align="center">
                     <table cellpadding="0" cellspacing="0" style="border-collapse: collapse;">
                      <tr align="center">
                       <td align="center" style="font-family:raleway, arial, sans-serif;font-size:15px;line-height:0px;color: #555555;">
                        <div align="center" class="width_100_2" style=" padding-left:25px; padding-right:25px; font-family:raleway, arial, sans-serif;font-size:16px;line-height:20px;color: #555555;">
                         Try these flavor-packed recipes next week! Cook up the delicious
                         <br/>
                         <strong>
                          Tamarind Braised Pork and Sweet Potato Stew
                         </strong>
                         ,
                         <strong>
                          Miso Baked Salmon with Stir-Fry Vegetables
                         </strong>
                         , and the
                         <strong>
                          Indian Spiced Lentil and Green Pea Flatbread
                         </strong>
                         next week.
                         <br/>
                         <br/>
                         <strong>
                          Sign up today and get 6 meals for $36 plus free shipping on your first delivery.
                         </strong>
                        </div>
                       </td>
                      </tr>
                     </table>
                    </td>
                   </tr>
                  </table>
                  <tr>
                   <td style="padding:20px 20px 30px;">
                    <!-- Button : BEGIN -->
                    <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin:auto;">
                     <tr>
                      <td align="center" class="button-td button-td-primary" style="border-radius:4px;background:#222222;">
                       <a class="button-a button-a-primary" style="background:#59C14E;font-family:Raleway, sans-serif;font-size:16px;line-height:19px;text-decoration:none;padding:14px 35px;color:#ffffff;display:block;border-radius:0px;">
                        Get cookin' today
                       </a>
                      </td>
                     </tr>
                    </table>
                    <!-- Button : END -->
                   </td>
                  </tr>
                 </div>
                </td>
               </tr>
              </table>
              <!-- Email Header : END -->
              <table cellpadding="0" cellspacing="0" class="row import-container import-container-7 import-container-74743074437" style="border-width:4px 0px 0px 0px;border-style:solid;border-color:#e7e7e7;padding:0px;border-spacing:0px;border-collapse:collapse;word-break:break-word;width:100%;position:relative;">
               <tr>
                <td class="wrapper valign" style="vertical-align:top;padding:0;position:relative;">
                 <table cellpadding="0" cellspacing="0" class="columns import-column import-column-1" style="width:640px;border-collapse:collapse;padding-right:0;margin:0 auto;">
                  <tr>
                   <td class="column-content valign" style="padding:10px;width:640px;vertical-align:top;">
                   </td>
                  </tr>
                 </table>
                </td>
               </tr>
              </table>
              <table style="">
               <tr>
                <td style="background-color:#ffffff;">
                 <a>
                  <img alt="" border="0" class="g-img width_100" src="https://inboxflows.com/_/image/https%253A%252F%252Fdwgqqcnol8388.cloudfront.net%252Fsystem%252Ffoods%252Fentree_photos%252F000%252F003%252F533%252Foriginal%252FShrimp_Jambalaya_675.jpg%253F1574284836/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkd2dxcWNub2w4MyJ9:1kXMz0:vL4RBAVFZBFH9Jt2EZ7BaK3jmgYfWbhwmZ70EjuJ88o" style="width: 100%; max-width: 680px; height: auto; padding-top:5px; padding-bottom:25px; margin: auto; display: block;" width="680"/>
                 </a>
                </td>
               </tr>
              </table>
              <table>
               <tr>
                <td align="center">
                 <table cellpadding="0" cellspacing="0" style="border-collapse: collapse;">
                  <tr align="center">
                   <td align="center" style="font-family:raleway, arial, sans-serif;font-size:15px;line-height:0px;color: #555555;">
                    <div align="center" class="width_100_2" style=" padding-left:20px; padding-right:20px; font-family:raleway, arial, sans-serif;font-size:16px;line-height:20px;color: #555555;">
                     Let your tastebuds travel to New Orleans with our quick &amp; easy
                     <strong>
                      Cajun Shrimp &amp; Andouille Jambalaya for Four
                     </strong>
                     . This one-pan recipe is perfect for a  weeknight family dinner or a get together with friends.
                    </div>
                   </td>
                  </tr>
                  <tr>
                   <td style="padding:20px 20px 30px;">
                    <!-- Button : BEGIN -->
                    <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin:auto;">
                     <tr>
                      <td align="center" class="button-td button-td-primary" style="border-radius:4px;background:#222222;">
                       <a class="button-a button-a-primary" style="background:#59C14E;font-family:Raleway, sans-serif;font-size:16px;line-height:19px;text-decoration:none;padding:14px 35px;color:#ffffff;display:block;border-radius:0px;">
                        Get cookin' today
                       </a>
                      </td>
                     </tr>
                    </table>
                   </td>
                  </tr>
                 </table>
                 <table cellpadding="0" cellspacing="0" class="row import-container import-container-7 import-container-74743074437" style="border-width:4px 0px 0px 0px;border-style:solid;border-color:#e7e7e7;padding:0px;border-spacing:0px;border-collapse:collapse;word-break:break-word;width:100%;position:relative;">
                  <tr>
                   <td class="wrapper valign" style="vertical-align:top;padding:0;position:relative;">
                    <table cellpadding="0" cellspacing="0" class="columns import-column import-column-1" style="width:640px;border-collapse:collapse;padding-right:0;margin:0 auto;">
                     <tr>
                      <td class="column-content valign" style="padding:10px;width:640px;vertical-align:top;">
                      </td>
                     </tr>
                    </table>
                   </td>
                  </tr>
                 </table>
                 <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin:auto;" width="100%">
                  <tr>
                   <td align="center" style="background:#206138; font-family:Raleway, sans-serif; font-size:15px; line-height:20px; text-decoration:none; color:#ffffff; display:block; padding:10px 10px 10px 10px;  ">
                    <strong>
                     Load your pantry with deliciousness
                    </strong>
                   </td>
                  </tr>
                 </table>
                 <table style="">
                  <tr>
                   <td style="background-color:#ffffff;">
                    <a>
                     <img alt="" border="0" class="g-img width_100" src="https://inboxflows.com/_/image/https%253A%252F%252Fhosting.fyleio.com%252F40604%252Fpublic%252F4_image_stock_up_v1_03.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZob3N0aW5nLmZ5bCJ9:1kXMz0:FcEivlg-Zr2fuEDcbEIJB_RIHqtpWWjV4s03sZyg8Hg" style="width: 100%; max-width: 680px; height: auto; padding-top:5px; padding-bottom:25px; margin: auto; display: block;" width="680"/>
                    </a>
                   </td>
                  </tr>
                 </table>
                 <table>
                  <tr>
                   <td align="center">
                    <table cellpadding="0" cellspacing="0" style="border-collapse: collapse;">
                     <tr align="center">
                      <td align="center" style="font-family:raleway, arial, sans-serif;font-size:15px;line-height:0px;color: #555555;">
                       <div align="center" class="width_100_2" style=" padding-left:10px; padding-right:10px; font-family:raleway, arial, sans-serif;font-size:16px;line-height:20px;color: #555555;">
                        Our weekly menus include a variety of fridge and pantry essentials, like soups, garlic breads, quality meats and seafood, breakfast items, and cookie dough. Stock up and get it delivered!
                       </div>
                      </td>
                     </tr>
                     <tr>
                      <td style="padding:20px 20px 30px;">
                       <!-- Button : BEGIN -->
                       <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin:auto;">
                        <tr>
                         <td align="center" class="button-td button-td-primary" style="border-radius:4px;background:#222222;">
                          <a class="button-a button-a-primary" style="background:#59C14E;font-family:Raleway, sans-serif;font-size:16px;line-height:19px;text-decoration:none;padding:14px 35px;color:#ffffff;display:block;border-radius:0px;">
                           Get cookin' today
                          </a>
                         </td>
                        </tr>
                        <tr height="20px">
                        </tr>
                       </table>
                       <table cellpadding="0" cellspacing="0" class="row import-container import-container-2 import-container-16255441903" style="border-width:1px 0px 1px 0Px;border-style:solid;border-color:#E7E7E7;border-spacing:0px;border-collapse:collapse;word-break:break-word;padding:0px;width:100%;position:relative;">
                        <tr>
                         <td class="wrapper valign" style="vertical-align:top;padding:0;position:relative;">
                          <table cellpadding="0" cellspacing="0" class="columns import-column import-column-1" style="width:390px;border-collapse:collapse;padding-right:0;margin:0 auto;">
                           <tr>
                            <td class="column-content valign no-padding" style="width:390px;vertical-align:top;padding-right:0;padding-top:0;padding-bottom:0;padding-left:inherit;">
                             <table cellpadding="0" cellspacing="0" style="table-layout:fixed;border-collapse:collapse;" width="100%">
                              <tr>
                               <td align="left" class="import-element import-element-block import-element-1 import-element-49145954960" style="align:left;text-align:left;font-size:16px;padding:0;line-height:normal;font-family:Helvetica,Arial,sans-serif;width:390px;">
                                <style type="text/css">
                                 .socialDividerRight {
                                            border-right: solid 1px #E7E7E7;
                                          }

                                          @media only screen and (max-width: 640px) {

                                            .socialDividerRight {
                                              border-right: none;
                                            }
                                          }
                                </style>
                                <div class="socialDividerRight" style="font-size:22px;font-family:Futura, Arial, sans-serif;padding:20px 0px;width:100%;background-color:#FFFFFF;color:#333333;min-width:100%;border-collapse:collapse;margin:auto auto;text-align:center;border-right:solid 1px #E7E7E7;">
                                 Cook up happiness!
                                </div>
                               </td>
                              </tr>
                             </table>
                            </td>
                           </tr>
                          </table>
                         </td>
                         <td class="wrapper valign" style="vertical-align:top;padding:0;position:relative;">
                          <table cellpadding="0" cellspacing="0" class="columns import-column import-column-2" style="width:1px;border-collapse:collapse;padding-right:0;margin:0 auto;">
                           <tr>
                            <td class="column-content valign no-padding" style="width:1px;vertical-align:top;padding-right:0;padding-top:0;padding-bottom:0;padding-left:inherit;">
                             <table style="table-layout:fixed;border-collapse:collapse;" width="100%">
                              <tr>
                               <td align="left" class="import-element import-element-block import-element-1 import-element-74818411314 el-outer el-width" style="align:left;text-align:left;font-size:1px;height:1px;background-color:#E7E7E7;padding:0;line-height:normal;font-family:Helvetica,Arial,sans-serif;width:100%;">
                                <div class="el-inner" style="align:left;text-align:left;font-size:1px;height:1px;background-color:#E7E7E7;padding:0;line-height:normal;font-size:1px;line-height:1px;width:100%">
                                </div>
                               </td>
                              </tr>
                             </table>
                            </td>
                           </tr>
                          </table>
                         </td>
                         <td class="wrapper valign" style="vertical-align:top;padding:0;position:relative;">
                          <table cellpadding="0" cellspacing="0" class="columns import-column import-column-3" style="width:249px;border-collapse:collapse;padding-right:0;margin:0 auto;">
                           <tr>
                            <td class="column-content valign no-padding" style="width:249px;vertical-align:top;padding-right:0;padding-top:0;padding-bottom:0;padding-left:inherit;">
                             <table cellpadding="0" cellspacing="0" style="table-layout:fixed;border-collapse:collapse;" width="100%">
                              <tr>
                               <td align="left" class="import-element import-element-block import-element-1 import-element-22499048512" style="align:left;text-align:left;font-size:16px;padding:0;line-height:normal;font-family:Helvetica,Arial,sans-serif;width:249px;">
                                <div style="font-size:22px;font-family:Futura, Arial, sans-serif;padding:20px 0px;width:100%;color:#333333;min-width:100%;margin:auto auto;text-align:center;">
                                 <a style="text-decoration:none;color:#333333" target="_blank">
                                  <!--Tumblr icon-->
                                 </a>
                                 <a target="_blank">
                                  <img alt="Tumblr" height="24" src="https://inboxflows.com/_/image/https%253A%252F%252Fhosting.fyleio.com%252F40604%252Fpublic%252Ficon-tumblr.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZob3N0aW5nLmZ5bCJ9:1kXMz0:FcEivlg-Zr2fuEDcbEIJB_RIHqtpWWjV4s03sZyg8Hg" style="padding:0px 0px;opacity: 0.5; filter: alpha(opacity=50);" width="24"/>
                                 </a>
                                 <!--Facebook icon-->
                                 <a target="_blank">
                                  <img alt="Tumblr" height="24" src="https://inboxflows.com/_/image/https%253A%252F%252Fhosting.fyleio.com%252F40604%252Fpublic%252Ficon-facebook.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZob3N0aW5nLmZ5bCJ9:1kXMz0:FcEivlg-Zr2fuEDcbEIJB_RIHqtpWWjV4s03sZyg8Hg" style="padding:0px 0px;opacity: 0.5; filter: alpha(opacity=50);" width="24"/>
                                 </a>
                                 <!--Twitter icon-->
                                 <a target="_blank">
                                  <img alt="Twitter" height="24" src="https://inboxflows.com/_/image/https%253A%252F%252Fhosting.fyleio.com%252F40604%252Fpublic%252Ficon-twitter.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZob3N0aW5nLmZ5bCJ9:1kXMz0:FcEivlg-Zr2fuEDcbEIJB_RIHqtpWWjV4s03sZyg8Hg" style="padding:0px 0px;opacity: 0.5; filter: alpha(opacity=50);" width="24"/>
                                 </a>
                                 <!--Pinterest icon-->
                                 <a target="_blank">
                                  <img alt="" height="24" src="https://inboxflows.com/_/image/https%253A%252F%252Fhosting.fyleio.com%252F40604%252Fpublic%252Ficon-pinterest.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZob3N0aW5nLmZ5bCJ9:1kXMz0:FcEivlg-Zr2fuEDcbEIJB_RIHqtpWWjV4s03sZyg8Hg" style="padding:0px 0px;opacity: 0.5; filter: alpha(opacity=50);" width="24"/>
                                 </a>
                                 <!--Instagram icon-->
                                 <a target="_blank">
                                  <img alt="Instagram" height="24" src="https://inboxflows.com/_/image/https%253A%252F%252Fhosting.fyleio.com%252F40604%252Fpublic%252Ficon-instagram.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZob3N0aW5nLmZ5bCJ9:1kXMz0:FcEivlg-Zr2fuEDcbEIJB_RIHqtpWWjV4s03sZyg8Hg" style="padding:0px 0px;opacity: 0.5; filter: alpha(opacity=50);" width="24"/>
                                 </a>
                                </div>
                               </td>
                              </tr>
                             </table>
                            </td>
                           </tr>
                          </table>
                         </td>
                        </tr>
                       </table>
                       <table cellpadding="0" cellspacing="0" class="row import-container import-container-4 import-container-17680942807" style="border-spacing:0px;border-collapse:collapse;word-break:break-word;padding:0px;width:100%;position:relative;">
                        <tr>
                         <td class="wrapper valign" style="vertical-align:top;padding:0;position:relative;">
                          <table cellpadding="0" cellspacing="0" class="columns import-column import-column-1" style="width:640px;border-collapse:collapse;padding-right:0;margin:0 auto;">
                           <tr>
                            <td class="column-content valign no-padding" style="width:640px;vertical-align:top;padding-right:0;padding-top:0;padding-bottom:0;padding-left:inherit;">
                             <table cellpadding="0" cellspacing="0" style="table-layout:fixed;border-collapse:collapse;" width="100%">
                              <tr>
                               <td align="left" class="import-element import-element-block import-element-1 import-element-99567966876" style="border-width:0px 0px 1px 0px;border-style:solid;border-color:#E7E7E7;align:left;text-align:center;font-size:16px;padding:20px;line-height:normal;font-family:Helvetica,Arial,sans-serif;width:600px;">
                                <div style="font-family:Arial, sans-serif;font-size:9px;color:#333333;margin:auto auto;text-align:center;">
                                 This promotion is valid online only at www.gobble.com on your first week’s box of three recipes with servings for two, totaling six meals. To redeem, visit URL above, or enter code 636MARCH22 at checkout. Promotion is valid on new subscription accounts only and cannot be applied retroactively to previously placed orders. Only one account per household. Promotion applies only to the first week of a subscription, and each subsequent delivery is billed at full price. Only applicable to standard dinner kits.
                                </div>
                               </td>
                              </tr>
                             </table>
                            </td>
                           </tr>
                          </table>
                         </td>
                        </tr>
                       </table>
                       <table cellpadding="0" cellspacing="0" class="row import-container import-container-5 import-container-52619675768" style="border-spacing:0px;border-collapse:collapse;word-break:break-word;padding:0px;width:100%;position:relative;">
                        <tr>
                         <td class="wrapper valign" style="vertical-align:top;padding:0;position:relative;">
                          <table cellpadding="0" cellspacing="0" class="columns import-column import-column-1" style="width:640px;border-collapse:collapse;padding-right:0;margin:0 auto;">
                           <tr>
                            <td class="column-content valign no-padding" style="width:640px;vertical-align:top;padding-right:0;padding-top:0;padding-bottom:0;padding-left:inherit;">
                             <table cellpadding="0" cellspacing="0" style="table-layout:fixed;border-collapse:collapse;" width="100%">
                              <tr>
                               <td align="left" class="import-element import-element-block import-element-1 import-element-9028860784" style="border-width:0px 0px 1px 0px;border-style:solid;border-color:#E7E7E7;align:left;text-align:center;font-size:16px;padding:20px;line-height:normal;font-family:Helvetica,Arial,sans-serif;width:600px;">
                                <div style="color:#333333;font-family:Arial, sans-serif;font-size:10px;line-height:150%;text-align:center;">
                                 Copyright Β© 2020 Gobble Inc., All rights reserved.
                                 <br/>
                                 <br/>
                                 Gobble Inc. | 637 Natoma Street | Unit 5 | San Francisco, CA 94103 | United States
                                 <br/>
                                 <br/>
                                 <a style="color:#333333;" target="_blank">
                                  <u>
                                   <strong>
                                    Don't want to receive our emails? Click here to unsubscribe now.
                                   </strong>
                                  </u>
                                 </a>
                                </div>
                               </td>
                              </tr>
                             </table>
                            </td>
                           </tr>
                          </table>
                         </td>
                        </tr>
                       </table>
                      </td>
                     </tr>
                    </table>
                   </td>
                  </tr>
                 </table>
                </td>
               </tr>
              </table>
             </td>
            </tr>
           </table>
           <div class="hide-for-mobile" style="font-family:monospace;letter-spacing:636px;line-height:0;mso-hide:all">
           </div>
           <div class="hide-for-mobile" style="white-space:nowrap;font:15px monospace;line-height:0;mso-hide:all">
           </div>
           <table class="editor-body">
            <tr>
             <td align="center" class="no-padding" valign="top">
              <table border="0" cellpadding="0" cellspacing="0" class="import-message">
               <tr>
                <td class="no-padding">
                 <table class="row import-container">
                  <tr>
                   <td class="wrapper valign">
                    <table cellpadding="0" cellspacing="0" class="columns full-width">
                     <tr>
                      <td class="column-content valign no-padding full-width">
                       <table width="100%">
                        <tr>
                         <td class="import-element import-element-block full-width no-padding">
                         </td>
                        </tr>
                       </table>
                      </td>
                     </tr>
                    </table>
                   </td>
                  </tr>
                 </table>
                </td>
               </tr>
              </table>
             </td>
            </tr>
           </table>
          </td>
         </tr>
        </table>
       </td>
      </tr>
     </table>
    </td>
   </tr>
  </table>
  <img alt="" border="0" height="0" src="https://inboxflows.com/_/image/http%253A%252F%252Fcook.gobble.com%252Ft%252Fo%253Fssid%253D40604%2526subscriber_id%253Dbzbvjajowxehpfwvdwdvivfhffvrbma%2526delivery_id%253Dbkwqioyxdkwglwkyvpcpgszysyfbbhc%2526td%253DYNOBVLYywsVb8xBn9rNH-w4AxtS2bMMIlW3s6PICRLr3XEwMzY8zz3NxMh-WV8UG4o6I6o3jvrcb2Uh59cfGG1y7oH_B5860Vi_Md3CC4cp-A1_kIXoAk1-gYGzNoFGBxSxMNyWhC1vZ_5D0HiYDAOjNb5EhwPqNAV/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmNvb2suZ29iYmxlLiJ9:1kXMz0:CFhTcC71b8-x4ZcnBB48NQqeObEFgbrr9NjuEGrk9IA" style="visibility: hidden !important; display:none !important; max-height: 0; width: 0; line-height: 0; mso-hide: all;" width="0"/>
 </body>
</html>