Inboxes List

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

+New inbox

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "//www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta content="width=device-width, initial-scale=1" name="viewport"/>
  <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
  <link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.0/font/bootstrap-icons.css" rel="stylesheet"/>
  <style type="text/css">
   ReadMsgBody{ width: 100%;}
      .ExternalClass {width: 100%;}
      .ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass table {line-height: 100%;}
      body {-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;margin:0 !important;}
      p { margin: 1em 0;}
      table td { border-collapse: collapse;}
      img {outline:0;}
      a img {border:none;}
      @-ms-viewport{ width: device-width;}
      
      /* DESKTOP STYLES */
      .container {width: 600px;}
      
      /* CARD HOVER EFFECTS */
      .card-table {
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
      }
      
      .card-table:hover {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        box-shadow: 0 12px 35px rgba(0,0,0,0.2) !important;
        -webkit-box-shadow: 0 12px 35px rgba(0,0,0,0.2) !important;
        -moz-box-shadow: 0 12px 35px rgba(0,0,0,0.2) !important;
      }
      
      @media only screen and (min-width: 769px) {
        .card-table:hover {
          transform: translateY(-8px) scale(1.02);
          -webkit-transform: translateY(-8px) scale(1.02);
          -moz-transform: translateY(-8px) scale(1.02);
          -o-transform: translateY(-8px) scale(1.02);
        }
      }
      
      /* MOBILE STYLES - CLEAN REWRITE */
      @media only screen and (max-width: 480px) {
        /* Base container */
        .container {
          width: 100% !important;
          margin: 0 !important;
          padding: 0 !important;
        }
        
        /* Universal mobile resets */
        table {
          width: 100% !important;
          margin: 0 auto !important;
          float: none !important;
        }
        
        td {
          float: none !important;
        }
        
        img {
          max-width: 100% !important;
          height: auto !important;
          display: block !important;
          margin: 0 auto !important;
        }
        
        /* Mobile full width stacking */
        .mobile-full {
          width: 100% !important;
          display: block !important;
          margin-bottom: 15px !important;
          text-align: center !important;
        }
        
        /* Typography */
        .mobile-title {font-size: 16px !important;}
        .mobile-text {font-size: 13px !important;}
        .mobile-price {font-size: 20px !important;}
        
        /* Pricing section */
        .pricing-container {
          padding: 20px 15px !important;
          text-align: center !important;
        }
        .pricing-image {
          width: 85% !important;
          margin: 0 auto 20px auto !important;
          max-width: 300px !important;
        }
        .pricing-card {
          width: 85% !important;
          margin: 0 auto !important;
          max-width: 320px !important;
        }
        
        /* Pricing card content adjustments */
        .pricing-card table {
          width: 100% !important;
          margin: 0 auto !important;
        }
        .pricing-card td {
          padding-left: 15px !important;
          padding-right: 15px !important;
        }
        
        /* Three-block section */
        .three-block-container {
          padding: 30px 15px !important;
        }
        .three-block-item {
          width: 90% !important;
          margin: 0 auto 20px auto !important;
          max-width: 300px !important;
        }
        
        /* Cards section */
        .card-container {
          padding: 20px 15px !important;
          text-align: center !important;
        }
        .card-table {
          width: 95% !important;
          margin: 0 auto 20px auto !important;
          max-width: 350px !important;
          display: block !important;
        }
        .card-content {
          padding: 20px 15px !important;
          text-align: center !important;
        }
        .card-content table[width="60"] {
          margin: 0 auto 15px auto !important;
        }
        .card-content table[width="232"] {
          width: 100% !important;
          margin: 0 auto !important;
        }
        
        /* Card wrapper for mobile */
        .card-wrapper {
          width: 100% !important;
          margin: 0 auto !important;
          text-align: center !important;
          max-width: 320px !important;
        }
        
        /* Ensure proper stacking on mobile */
        .mobile-full {
          width: 100% !important;
          display: block !important;
          margin: 0 auto 15px auto !important;
          padding: 0 !important;
          text-align: center !important;
        }
        
        /* CTA section */
        .cta-table {
          width: 85% !important;
          margin: 0 auto !important;
          max-width: 320px !important;
        }
        .cta-content {
          padding: 18px 12px !important;
        }
        .cta-content table[width="440"] {
          width: 100% !important;
        }
        .cta-content table[width="440"] td {
          display: block !important;
          width: 100% !important;
          text-align: center !important;
          margin-bottom: 12px !important;
          padding: 0 !important;
        }
        .cta-content table[width="127"] {
          width: 100% !important;
          margin: 0 auto !important;
        }
        .button-cell table {
          margin: 0 auto !important;
          max-width: 180px !important;
        }
        .button-cell td {
          padding: 10px 20px !important;
        }
        
        /* Text alignment */
        .three-block-container,
        .card-container,
        .cta-content,
        .pricing-container {
          text-align: center !important;
        }
        
        /* Content text centering */
        .card-content,
        .cta-content td,
        .three-block-item {
          text-align: center !important;
        }
      }
      
      /* TABLET STYLES */
      @media only screen and (min-width: 481px) and (max-width: 768px) {
        .container {width: 100% !important; max-width: 600px !important;}
        .tablet-full {width: 100% !important;}
        .tablet-padding {padding: 20px !important;}
        .card-table {margin: 0 auto 15px auto !important; width: 48% !important;}
        .cta-table {width: 90% !important; margin: 0 auto !important;}
        .pricing-container {padding: 20px !important; text-align: center !important;}
        .three-block-container {padding: 30px 20px 50px 20px !important;}
        .card-container {padding: 20px 15px !important; text-align: center !important;}
        .card-wrapper {width: 100% !important; max-width: 540px !important; margin: 0 auto !important; text-align: center !important;}
        .mobile-title {font-size: 16px !important;}
        .mobile-text {font-size: 13px !important;}
        .mobile-price {font-size: 20px !important;}
        /* Tablet hover effects */
        .card-table:hover {
          transform: translateY(-3px) !important;
          -webkit-transform: translateY(-3px) !important;
        }
      }
      
      /* LARGE TABLET STYLES */
      @media only screen and (min-width: 769px) and (max-width: 1024px) {
        .container {width: 100% !important; max-width: 600px !important;}
        .card-table {margin: 0 auto 15px auto !important; width: 48% !important;}
        .cta-table {width: 85% !important; margin: 0 auto !important;}
        .pricing-container {text-align: center !important;}
        .three-block-container {text-align: center !important;}
        .card-container {text-align: center !important;}
        .card-wrapper {margin: 0 auto !important; text-align: center !important;}
        /* Enhanced hover for larger tablets */
        .card-table:hover {
          transform: translateY(-6px) scale(1.01) !important;
          -webkit-transform: translateY(-6px) scale(1.01) !important;
        }
      }
  </style>
 </head>
 <body bgcolor="#f8f9fa" style="background-color: #f8f9fa; color: #000000; padding: 0px; font-family: Arial, Helvetica, sans-serif;" text="#000000">
  <!-- Main Container -->
  <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
   <tr>
    <td align="center">
     <!-- Email Container -->
     <table align="center" border="0" cellpadding="0" cellspacing="0" class="container" style="background-color: #ffffff;" width="600">
      <tr>
       <td>
        <!-- Logo Section -->
        <table border="0" cellpadding="0" cellspacing="0" width="100%">
         <tr>
          <td align="center" style="padding: 30px;">
           <img alt="Reader's Digest" height="87" src="https://inboxflows.com/_/image/https%253A%252F%252Fimages.tmbi.com%252Fwp-content%252Fuploads%252Fcm%252Flogos%252Frd_logo_v_black.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZXMudG1iaSIsInRpbWUiOjE3NjA4ODYxMDkuMTI4MzA4OH0:1vAUur:XbmN6Uqexo2uGO2HnLbpIPDbJn2vQoeSdt6FWBkSp2c" style="display: block; border: 0px;" width="250"/>
          </td>
         </tr>
        </table>
        <!-- Header Image -->
        <table border="0" cellpadding="0" cellspacing="0" width="100%">
         <tr>
          <td align="center" style="">
           <img alt="😂 100+ Years of Laughs—Yours for Just $11!" height="528" src="https://inboxflows.com/_/image/https%253A%252F%252Fimages.tmbi.com%252Fwp-content%252Fuploads%252Fcm%252F2025%252Frda-int-2510-joke-ep%252FHeader-01_01.gif/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZXMudG1iaSIsInRpbWUiOjE3NjA4ODYxMDkuMTI4ODY1N30:1vAUur:JWDI-UcJLkVVGGTajMUBvmd3i8fXCsaKWTkRPw9YgVk" style="display: block; border: 0px; border-radius: 8px; max-width: 100%; height: auto;" width="600"/>
          </td>
         </tr>
        </table>
        <!-- Dear Friend Section -->
        <table border="0" cellpadding="0" cellspacing="0" width="100%">
         <tr>
          <td style="padding: 30px 30px 0px; font-family: Arial, sans-serif; font-size: 16px; line-height: 150%;">
           Dear Friend,
          </td>
         </tr>
         <tr>
          <td style="padding: 0px 30px 30px; font-family: Arial, sans-serif; font-size: 16px; line-height: 150%;">
           For over 100 years,
           <i>
            Reader’s Digest
           </i>
           has been
           <b>
            the world’s favorite source of laughter
           </b>
           —plus a trusted guide through life’s twists and turns. Every issue delivers clean jokes, hilarious true stories and lighthearted moments you’ll want to share—along with expert advice you can rely on.
           <br/>
           <br/>
           To thank you for your loyalty, we’re giving you an exclusive
           <b>
            Make-You-Smile Savings Offer
           </b>
           —because a good laugh should always come at a great price.
          </td>
         </tr>
        </table>
        <!-- Modern Pricing Section -->
        <table border="0" cellpadding="0" cellspacing="0" width="100%">
         <tr>
          <td class="pricing-container" style="padding: 30px; text-align: center;">
           <table align="center" border="0" cellpadding="0" cellspacing="0" width="540">
            <tr>
             <!-- Left Column - Image -->
             <td class="mobile-full pricing-image" style="width: 262px; padding-right: 15px; vertical-align: top;">
              <table border="0" cellpadding="0" cellspacing="0" width="262">
               <tr>
                <td style="border-radius: 12px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.08); padding-top: 40px;">
                 <img alt="Magazine Preview" src="https://inboxflows.com/_/image/https%253A%252F%252Fimages.tmbi.com%252Fwp-content%252Fuploads%252Fcm%252F2025%252Frda-int-2510-joke-ep%252FMagazine.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZXMudG1iaSIsInRpbWUiOjE3NjA4ODYxMDkuMTI5MDM4Nn0:1vAUur:a_BtFI5RultkEbIGOe-j9jnlAWtrK3cG8BKrZuSK_mM" style="display: block; border: 0px;" width="262"/>
                </td>
               </tr>
              </table>
             </td>
             <!-- Right Column - Pricing Card -->
             <td class="mobile-full pricing-card" style="width: 262px; padding-left: 15px; vertical-align: top;">
              <!-- Pricing Card Container -->
              <table border="0" cellpadding="0" cellspacing="0" style="background: #ffffff; border-radius: 16px; box-shadow: 0 8px 32px rgba(0,0,0,0.12); border: 1px solid #f0f0f0;" width="262">
               <!-- Card Header -->
               <tr>
                <td style="padding: 25px 25px 20px; border-bottom: 1px solid #f5f5f5;">
                 <table border="0" cellpadding="0" cellspacing="0" width="100%">
                  <tr>
                   <td style="font-family: Arial Black, Arial, sans-serif; font-size: 20px; font-weight: bold; color: #2c3e50; text-align: center;">
                    Special Offer
                   </td>
                  </tr>
                 </table>
                </td>
               </tr>
               <!-- Pricing Rows -->
               <tr>
                <td style="padding: 0 25px;">
                 <!-- Regular Rate -->
                 <table border="0" cellpadding="0" cellspacing="0" width="212">
                  <tr>
                   <td style="padding: 15px 0; border-bottom: 1px solid #f8f9fa;">
                    <table border="0" cellpadding="0" cellspacing="0" width="100%">
                     <tr>
                      <td style="font-family: Arial, sans-serif; font-size: 15px; color: #7f8c8d;">
                       Regular Rate
                      </td>
                      <td style="font-family: Arial, sans-serif; font-size: 15px; color: #7f8c8d; text-align: right;">
                       $55.92
                      </td>
                     </tr>
                    </table>
                   </td>
                  </tr>
                 </table>
                 <!-- Savings -->
                 <table border="0" cellpadding="0" cellspacing="0" width="212">
                  <tr>
                   <td style="padding: 15px 0; border-bottom: 1px solid #f8f9fa;">
                    <table border="0" cellpadding="0" cellspacing="0" width="100%">
                     <tr>
                      <td style="font-family: Arial, sans-serif; font-size: 15px; color: #27ae60;">
                       Savings Adjustment
                      </td>
                      <td style="font-family: Arial, sans-serif; font-size: 15px; color: #27ae60; text-align: right; font-weight: bold;">
                       *-$44.92
                      </td>
                     </tr>
                    </table>
                   </td>
                  </tr>
                 </table>
                 <!-- Final Price -->
                 <table border="0" cellpadding="0" cellspacing="0" width="212">
                  <tr>
                   <td style="padding: 20px 0;">
                    <table border="0" cellpadding="0" cellspacing="0" width="100%">
                     <tr>
                      <td style="font-family: Arial Black, Arial, sans-serif; font-size: 18px; font-weight: bold; color: #2c3e50;">
                       Your Courtesy Rate
                      </td>
                      <td style="font-family: Arial Black, Arial, sans-serif; font-size: 28px; font-weight: bold; color: #e74c3c; text-align: right;">
                       $11
                      </td>
                     </tr>
                    </table>
                   </td>
                  </tr>
                 </table>
                </td>
               </tr>
               <!-- Disclaimer -->
               <tr>
                <td style="padding: 0 25px 20px;">
                 <table border="0" cellpadding="0" cellspacing="0" width="212">
                  <tr>
                   <td style="font-size: 11px; font-family: Arial, sans-serif; color: #95a5a6; line-height: 1.4; text-align: center;">
                    *Savings is based on current frequency and regular rate; actual savings subject to change.
                   </td>
                  </tr>
                 </table>
                </td>
               </tr>
               <!-- CTA Button -->
               <tr>
                <td style="padding: 0 25px 25px;">
                 <table border="0" cellpadding="0" cellspacing="0" width="212">
                  <tr>
                   <td align="center">
                    <table border="0" cellpadding="0" cellspacing="0">
                     <tr>
                      <td style="background-color: #CD3438; border-radius: 8px; box-shadow: 0 4px 12px rgba(205, 52, 56, 0.3);">
                       <a style="display: block; padding: 14px 32px; font-size: 16px; font-family: Arial Black, Arial, sans-serif; font-weight: bold; color: #FFFFFF; text-decoration: none; border-radius: 8px; letter-spacing: 0.5px;">
                        ORDER NOW
                       </a>
                      </td>
                     </tr>
                    </table>
                   </td>
                  </tr>
                 </table>
                </td>
               </tr>
              </table>
             </td>
            </tr>
           </table>
          </td>
         </tr>
        </table>
        <!-- Benefits Header -->
        <table border="0" cellpadding="0" cellspacing="0" width="100%">
         <tr>
          <td style="padding: 30px 30px 0px 30px; text-align: center; font-family: Arial, sans-serif; font-size: 22px; font-weight: bold; color: #181818;">
           Your Make-You-Smile Savings &amp; Benefits Include:
          </td>
         </tr>
        </table>
        <!-- Card Row 1 -->
        <table border="0" cellpadding="0" cellspacing="0" width="100%">
         <tr>
          <td class="card-container" style="padding: 30px 30px 0 30px; text-align: center;">
           <table align="center" border="0" cellpadding="0" cellspacing="0" class="card-wrapper" width="540">
            <tr>
             <!-- Card 1 -->
             <td class="mobile-full" style="width: 262px; padding-right: 8px; vertical-align: top;">
              <table border="0" cellpadding="0" cellspacing="0" class="card-table" style="background: #2470AA; border-radius: 12px; margin-bottom: 15px;" width="262">
               <tr>
                <td class="card-content" style="padding: 15px; text-align: center;">
                 <!-- Icon -->
                 <table border="0" cellpadding="0" cellspacing="0" height="60" style="margin: 0 auto 15px;" width="60">
                  <tr>
                   <td style="text-align: center; vertical-align: middle; position: relative;">
                    <img src="https://inboxflows.com/_/image/https%253A%252F%252Fimages.tmbi.com%252Fwp-content%252Fuploads%252Fcm%252F2025%252Frda-int-2510-joke-ep%252FSubscription.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZXMudG1iaSIsInRpbWUiOjE3NjA4ODYxMDkuMTI5MTQ3fQ:1vAUur:dMnDjYx6YI6HJKGE-CFB7N4DHwpSvQvyR3wtB4DRXLA"/>
                   </td>
                  </tr>
                 </table>
                 <!-- Content -->
                 <table border="0" cellpadding="0" cellspacing="0" width="232">
                  <tr>
                   <td class="mobile-title" style="color: #ffffff; font-family: Arial Black, Arial, sans-serif; font-size: 19px; font-weight: bold; text-align: center; padding-bottom: 10px;">
                    1-Year
                    <br/>
                    Subscription
                   </td>
                  </tr>
                  <tr>
                   <td class="mobile-text" style="color: #ffffff; font-family: Arial, sans-serif; font-size: 14px; line-height: 1.4; text-align: center; padding-bottom: 15px;">
                    Get
                    <i>
                     Reader's Digest
                    </i>
                    at 80% off Market Development Courtesy
                   </td>
                  </tr>
                  <tr>
                   <td class="mobile-price" style="color: #ffffff; font-family: Arial Black, Arial, sans-serif; font-size: 24px; font-weight: bold; text-align: center; letter-spacing: 1px;">
                   </td>
                  </tr>
                 </table>
                </td>
               </tr>
              </table>
             </td>
             <!-- Card 2 -->
             <td class="mobile-full" style="width: 262px; padding-left: 8px; vertical-align: top;">
              <table border="0" cellpadding="0" cellspacing="0" class="card-table" style="background: #CD3438; border-radius: 12px; margin-bottom: 15px;" width="262">
               <tr>
                <td class="card-content" style="padding: 15px; text-align: center;">
                 <!-- Icon -->
                 <table border="0" cellpadding="0" cellspacing="0" height="60" style="margin: 0 auto 15px;" width="60">
                  <tr>
                   <td style="text-align: center; vertical-align: middle; font-size: 28px; color: #ffffff;">
                    <img height="60px" src="https://inboxflows.com/_/image/https%253A%252F%252Fimages.tmbi.com%252Fwp-content%252Fuploads%252Fcm%252F2025%252Frda-int-2510-joke-ep%252FStar.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZXMudG1iaSIsInRpbWUiOjE3NjA4ODYxMDkuMTI5MjQzMX0:1vAUur:k4m9do6ig_82LhOJcPrXrgnU03CS0qZxroGzXA-hmpM" width="60px"/>
                   </td>
                  </tr>
                 </table>
                 <!-- Content -->
                 <table border="0" cellpadding="0" cellspacing="0" width="232">
                  <tr>
                   <td class="mobile-title" style="color: #ffffff; font-family: Arial Black, Arial, sans-serif; font-size: 19px; font-weight: bold; text-align: center; padding-bottom: 10px;">
                    America's
                    <br/>
                    Favorite Magazine
                   </td>
                  </tr>
                  <tr>
                   <td class="mobile-text" style="color: #ffffff; font-family: Arial, sans-serif; font-size: 14px; line-height: 1.4; text-align: center; padding-bottom: 15px;">
                    Credible stories, trusted life hacks &amp; hilarious jokes.
                   </td>
                  </tr>
                  <tr>
                   <td class="mobile-price" style="color: #ffffff; font-family: Arial Black, Arial, sans-serif; font-size: 24px; font-weight: bold; text-align: center; letter-spacing: 1px;">
                   </td>
                  </tr>
                 </table>
                </td>
               </tr>
              </table>
             </td>
            </tr>
           </table>
          </td>
         </tr>
        </table>
        <!-- Card Row 2 -->
        <table border="0" cellpadding="0" cellspacing="0" width="100%">
         <tr>
          <td class="card-container" style="padding: 0 30px 30px 30px; text-align: center;">
           <table align="center" border="0" cellpadding="0" cellspacing="0" class="card-wrapper" width="540">
            <tr>
             <!-- Card 3 -->
             <td class="mobile-full" style="width: 262px; padding-right: 8px; vertical-align: top;">
              <table border="0" cellpadding="0" cellspacing="0" class="card-table" style="background: #00A9BA; border-radius: 12px; margin-bottom: 15px;" width="262">
               <tr>
                <td class="card-content" style="padding: 15px; text-align: center;">
                 <!-- Icon -->
                 <table border="0" cellpadding="0" cellspacing="0" height="60" style="margin: 0 auto 15px;" width="60">
                  <tr>
                   <td style="text-align: center; vertical-align: middle; font-size: 28px; color: #ffffff;">
                    <img src="https://inboxflows.com/_/image/https%253A%252F%252Fimages.tmbi.com%252Fwp-content%252Fuploads%252Fcm%252F2025%252Frda-int-2510-joke-ep%252FTrush.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZXMudG1iaSIsInRpbWUiOjE3NjA4ODYxMDkuMTI5MzM1NH0:1vAUur:StQbgzsCFBGEhvRWCxm56-Q9L2u0F9ziQDBaKx5JR-w" width="60px"/>
                   </td>
                  </tr>
                 </table>
                 <!-- Content -->
                 <table border="0" cellpadding="0" cellspacing="0" width="232">
                  <tr>
                   <td class="mobile-title" style="color: #ffffff; font-family: Arial Black, Arial, sans-serif; font-size: 19px; font-weight: bold; text-align: center; padding-bottom: 10px;">
                    100+
                    <br/>
                    Years of Trust
                   </td>
                  </tr>
                  <tr>
                   <td class="mobile-text" style="color: #ffffff; font-family: Arial, sans-serif; font-size: 14px; line-height: 1.4; text-align: center; padding-bottom: 15px;">
                    Facts, tips &amp; advice on health, money, food and family since 1922
                   </td>
                  </tr>
                  <tr>
                   <td class="mobile-price" style="color: #ffffff; font-family: Arial Black, Arial, sans-serif; font-size: 24px; font-weight: bold; text-align: center; letter-spacing: 1px;">
                   </td>
                  </tr>
                 </table>
                </td>
               </tr>
              </table>
             </td>
             <!-- Card 4 -->
             <td class="mobile-full" style="width: 262px; padding-left: 8px; vertical-align: top;">
              <table border="0" cellpadding="0" cellspacing="0" class="card-table" style="background: #728F4A; border-radius: 12px; margin-bottom: 15px;" width="262">
               <tr>
                <td class="card-content" style="padding: 15px; text-align: center;">
                 <!-- Icon -->
                 <table border="0" cellpadding="0" cellspacing="0" height="60" style="margin: 0 auto 15px;" width="60">
                  <tr>
                   <td style="text-align: center; vertical-align: middle; font-size: 28px; color: #ffffff;">
                    <img src="https://inboxflows.com/_/image/https%253A%252F%252Fimages.tmbi.com%252Fwp-content%252Fuploads%252Fcm%252F2025%252Frda-int-2510-joke-ep%252FStaisfaction.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZXMudG1iaSIsInRpbWUiOjE3NjA4ODYxMDkuMTI5NDI2Mn0:1vAUur:lT-DpXx4VWGw_4I6axHPDict2oIBhbe7jPB47l-VQcY"/>
                   </td>
                  </tr>
                 </table>
                 <!-- Content -->
                 <table border="0" cellpadding="0" cellspacing="0" width="232">
                  <tr>
                   <td class="mobile-title" style="color: #ffffff; font-family: Arial Black, Arial, sans-serif; font-size: 19px; font-weight: bold; text-align: center; padding-bottom: 10px;">
                    Satisfaction
                    <br/>
                    Guarantee
                   </td>
                  </tr>
                  <tr>
                   <td class="mobile-text" style="color: #ffffff; font-family: Arial, sans-serif; font-size: 14px; line-height: 1.4; text-align: center; padding-bottom: 15px;">
                    Cancel anytime and get a full refund for all unmailed issues
                   </td>
                  </tr>
                  <tr>
                   <td class="mobile-price" style="color: #ffffff; font-family: Arial Black, Arial, sans-serif; font-size: 24px; font-weight: bold; text-align: center; letter-spacing: 1px;">
                   </td>
                  </tr>
                 </table>
                </td>
               </tr>
              </table>
             </td>
            </tr>
           </table>
          </td>
         </tr>
        </table>
        <!-- Modern CTA Section -->
        <table border="0" cellpadding="0" cellspacing="0" width="100%">
         <tr>
          <td align="center" style="padding: 0px 15px 15px 15px; ">
           <table align="center" border="0" cellpadding="0" cellspacing="0" class="cta-table" style="background: #205BA8; border-radius: 16px;" width="540">
            <tr>
             <td class="cta-content" style="padding: 30px 50px 30px 50px;">
              <table border="0" cellpadding="0" cellspacing="0" width="440">
               <tr>
                <!-- Redeem By -->
                <td class="mobile-full" style="width: 147px; text-align: center; vertical-align: middle; padding: 0 10px;">
                 <table border="0" cellpadding="0" cellspacing="0" width="127">
                  <tr>
                   <td style="color: rgba(255,255,255,0.8); font-family: Arial, sans-serif; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; text-align: center; padding-bottom: 8px;">
                    Redeem By
                   </td>
                  </tr>
                  <tr>
                   <td style="color: #ffffff; font-family: Arial Black, Arial, sans-serif; font-size: 18px; font-weight: bold; text-align: center;">
                    10-31-2025
                   </td>
                  </tr>
                 </table>
                </td>
                <!-- Pay Only -->
                <td class="mobile-full" style="width: 147px; text-align: center; vertical-align: middle; padding: 0 10px;">
                 <table border="0" cellpadding="0" cellspacing="0" width="127">
                  <tr>
                   <td style="color: rgba(255,255,255,0.8); font-family: Arial, sans-serif; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; text-align: center; padding-bottom: 8px;">
                    Pay Only
                   </td>
                  </tr>
                  <tr>
                   <td style="color: #ffffff; font-family: Arial, sans-serif; font-size: 16px; text-align: center;">
                    <span style="text-decoration: line-through; opacity: 0.7;">
                     $55.92*
                    </span>
                    <span style="font-family: Arial Black, Arial, sans-serif; font-size: 24px; font-weight: bold; margin-left: 8px;">
                     $11
                    </span>
                   </td>
                  </tr>
                 </table>
                </td>
                <!-- Button -->
                <td class="button-cell mobile-full" style="width: 146px; text-align: center; vertical-align: middle; padding: 0 10px;">
                 <table border="0" cellpadding="0" cellspacing="0" style="margin: 0 auto;">
                  <tr>
                   <td style="background: #CD3438; border-radius: 25px;">
                    <a style="display: block; padding: 12px 24px; font-family: Arial Black, Arial, sans-serif; font-size: 16px; font-weight: bold; color: #ffffff; text-decoration: none; text-align: center; letter-spacing: 1px; border-radius: 25px;">
                     ORDER NOW
                    </a>
                   </td>
                  </tr>
                 </table>
                </td>
               </tr>
              </table>
             </td>
            </tr>
           </table>
          </td>
         </tr>
        </table>
        <table border="0" cellpadding="0" cellspacing="0" width="100%">
         <tr>
          <td style="padding: 20px 30px 0px 30px; text-align: center; font-family: Arial, sans-serif; font-size: 22px; font-weight: bold; color: #181818;">
           Jokes, Cartoons &amp; Fun in Every Issue!
          </td>
         </tr>
        </table>
        <!-- Modern Three-Block Image Section -->
        <table border="0" cellpadding="0" cellspacing="0" width="100%">
         <tr>
          <td class="three-block-container" style="padding: 30px 30px 60px 30px; text-align: center;">
           <table align="center" border="0" cellpadding="0" cellspacing="0" width="540">
            <tr>
             <!-- Block 1: Classic Style with Shadow -->
             <td class="mobile-full three-block-item" style="width: 173px; padding: 0 10px 00; vertical-align: top;">
              <table border="0" cellpadding="0" cellspacing="0" style="border-radius: 16px; overflow: hidden; box-shadow: 0 8px 25px rgba(0,0,0,0.15);" width="173">
               <tr>
                <td>
                 <img alt="Feature Image 1" height="200" src="https://inboxflows.com/_/image/https%253A%252F%252Fimages.tmbi.com%252Fwp-content%252Fuploads%252Fcm%252F2025%252Frda-int-2510-joke-ep%252Fep-02.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZXMudG1iaSIsInRpbWUiOjE3NjA4ODYxMDkuMTI5NTIxNn0:1vAUur:dZ_wDp5iIHiifKRKDUG2lwuJXW-t0pYFRYGp4ke2bNw" style="display: block; border: 0px; width: 100%; height: auto;" width="153"/>
                </td>
               </tr>
              </table>
             </td>
             <!-- Block 2: Modern Border Style -->
             <td class="mobile-full three-block-item" style="width: 173px; padding: 0; vertical-align: top;">
              <table border="0" cellpadding="0" cellspacing="0" style="border-radius: 20px; overflow: hidden;" width="173">
               <tr>
                <td>
                 <img alt="Feature Image 2" height="200" src="https://inboxflows.com/_/image/https%253A%252F%252Fimages.tmbi.com%252Fwp-content%252Fuploads%252Fcm%252F2025%252Frda-int-2510-joke-ep%252Fep-03.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZXMudG1iaSIsInRpbWUiOjE3NjA4ODYxMDkuMTI5NjEwOH0:1vAUur:Ds2Vgi7PnjOmthody90w1oDNXhY2vMuX5kMepb3or5o" style="display: block; border: 0px; width: 100%; height: auto;" width="153"/>
                </td>
               </tr>
              </table>
             </td>
             <!-- Block 3: Gradient Overlay Style -->
             <td class="mobile-full three-block-item" style="width: 173px; padding: 0 0 0 10px; vertical-align: top;">
              <table border="0" cellpadding="0" cellspacing="0" style="border-radius: 12px; overflow: hidden; position: relative;" width="173">
               <tr>
                <td style="position: relative;">
                 <img alt="Feature Image 3" height="200" src="https://inboxflows.com/_/image/https%253A%252F%252Fimages.tmbi.com%252Fwp-content%252Fuploads%252Fcm%252F2025%252Frda-int-2510-joke-ep%252Fep-04.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZXMudG1iaSIsInRpbWUiOjE3NjA4ODYxMDkuMTI5N30:1vAUur:Asy0mdsXS7RXTe7uuAx2d-Gy651oJUQRlVvKH_V81-o" style="display: block; border: 0px; width: 100%; height: auto;" width="153"/>
                 <!-- Gradient Overlay -->
                </td>
               </tr>
              </table>
             </td>
            </tr>
           </table>
          </td>
         </tr>
        </table>
        <!-- Footer -->
        <table border="0" cellpadding="0" cellspacing="0" style="background-color: #205BA8;" width="100%">
         <tr>
          <td style="padding: 30px; text-align: center; font-size: 12px; font-family: Arial, sans-serif; color: #ffffff;">
           You are subscribed to this email as tmbnotsubscribed@gmail.com
           <br/>
           <br/>
           <a style="color: #ffffff;">
            Preference Center
           </a>
           |
           <a style="color: #ffffff;">
            Privacy Policy
           </a>
           |
           <a style="color: #ffffff;">
            Unsubscribe
           </a>
           <br/>
           <br/>
           Trusted Media Brands, Inc.
           <br/>
           1610 N 2nd St, Suite 102
           <br/>
           Milwaukee, WI 53212
           <br/>
           © 2025 Trusted Media Brands. All rights reserved.
          </td>
         </tr>
        </table>
       </td>
      </tr>
     </table>
    </td>
   </tr>
  </table>
  <img alt="" height="1" src="https://inboxflows.com/_/image/https%253A%252F%252Fclick.email.rd.com%252Fopen.aspx%253Fffcb10-febf1c7072650d7a-fe5e1c7374640678731c-fe8c1272776d07787d-ff9a1673-fe521178716c0c7f7c15-fefd157775650d%2526d%253D60246%2526bmt%253D0/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjbGljay5lbWFpbCIsInRpbWUiOjE3NjA4ODYxMDkuMTI5ODExOH0:1vAUur:iTfCmF9K63KNkIlFG2vVZaQGatyPwH0YtOZnyajbKi4" width="1"/>
 </body>
</html>