Inboxes List

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

+New inbox

<!DOCTYPE html>
<html lang="en">
 <head>
  <meta charset="utf-8"/>
  <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=yes" name="viewport"/>
  <title>
   GLP-1 Support - Your Health Journey
  </title>
  <style>
   /* RESET & GLOBAL - compact and email-friendly */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            background-color: #eef2f5;
            font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
            line-height: 1.4;
            -webkit-font-smoothing: antialiased;
            margin: 0;
            padding: 16px 10px;
        }
        .email-wrapper {
            max-width: 520px;
            margin: 0 auto;
            background-color: #ffffff;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 6px 14px rgba(0,0,0,0.05);
        }
        .section {
            padding: 20px 20px;
        }
        .section-light {
            background-color: #ffffff;
        }
        .section-soft {
            background-color: #faf9fe;
        }
        .section-teal {
            background: linear-gradient(135deg, #0f3b48 0%, #1b6b7a 100%);
            color: white;
        }
        .divider {
            height: 1px;
            background-color: #e2e8f0;
            margin: 0 20px;
        }
        h1 {
            font-size: 26px;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 8px;
            color: #1e293b;
        }
        h2 {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 12px;
            color: #0f172a;
        }
        h3 {
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 6px;
        }
        .badge-light {
            background: rgba(255,255,255,0.2);
            display: inline-block;
            padding: 4px 12px;
            border-radius: 40px;
            font-size: 11px;
            font-weight: 600;
            letter-spacing: 0.3px;
            margin-bottom: 12px;
        }
        .text-large {
            font-size: 16px;
            line-height: 1.4;
        }
        .btn-primary {
            display: inline-block;
            background-color: #2b6e3c;
            color: white;
            text-decoration: none;
            font-weight: 700;
            font-size: 16px;
            padding: 10px 24px;
            border-radius: 40px;
            transition: 0.2s;
            margin: 10px 0 4px;
            text-align: center;
            border: none;
        }
        .btn-outline-light {
            display: inline-block;
            background-color: transparent;
            border: 1.5px solid white;
            color: white;
            text-decoration: none;
            font-weight: 600;
            font-size: 14px;
            padding: 8px 20px;
            border-radius: 40px;
            margin-top: 6px;
        }
        .btn-accent {
            display: inline-block;
            background-color: #e67e22;
            color: white;
            text-decoration: none;
            font-weight: 700;
            font-size: 16px;
            padding: 10px 22px;
            border-radius: 40px;
            margin: 10px 0;
        }
        .testimonial-note {
            background: #f1f5f9;
            border-radius: 18px;
            padding: 14px 16px;
            margin: 14px 0;
            border-left: 4px solid #2b6e3c;
        }
        .footer {
            background-color: #f8fafc;
            padding: 18px 20px;
            text-align: center;
            font-size: 11px;
            color: #5b6e8c;
            border-top: 1px solid #e2edf2;
        }
        .footer a {
            color: #2c7a4d;
            text-decoration: underline;
        }
        .address {
            font-style: normal;
            margin-top: 8px;
            font-size: 10px;
        }
        .text-center {
            text-align: center;
        }
        .flex-buttons {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            justify-content: center;
            align-items: center;
            margin: 12px 0;
        }
        .icon-row {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin: 12px 0 6px;
        }
        @media only screen and (max-width: 480px) {
            .section {
                padding: 18px 16px;
            }
            h1 {
                font-size: 24px;
            }
            .btn-primary, .btn-accent {
                display: block;
                width: 100%;
                text-align: center;
            }
        }
  </style>
 </head>
 <body>
  <div class="email-wrapper">
   <!-- HERO: updated date 2026, natural language -->
   <div class="section section-light">
    <div class="text-center">
     <h1>
      ✨ A healthier you starts today
     </h1>
     <p class="text-large" style="color:#334155; margin-bottom: 12px;">
      Support to reach your weight goals — at your own pace.
     </p>
     <div style="background: #eef2ff; border-radius: 40px; padding: 4px 14px; display: inline-block; margin-bottom: 14px;">
      <span style="font-weight:600; font-size:14px;">
       ⭐ Try it free — see how you feel
      </span>
     </div>
     <div>
      <a class="btn-primary">
       ➡️ Claim free sample
      </a>
     </div>
     <p style="margin-top: 10px; font-size: 12px; color:#475569;">
      No commitment • Limited spots
     </p>
    </div>
   </div>
   <!-- PRESCRIPTION INFO: Semaglutide / Tirzepatide shipped to your door -->
   <div class="section section-teal">
    <div class="text-center">
     <div class="badge-light">
      📦 Medical support, simplified
     </div>
     <h2 class="white-text" style="color:white; font-size: 20px;">
      Semaglutide or Tirzepatide
     </h2>
     <p style="font-size: 15px; margin-bottom: 8px; opacity:0.95;">
      ✓ Prescribed by licensed clinicians
     </p>
     <p style="font-size: 15px; margin-bottom: 14px; font-weight:bold;">
      🚚 Shipped directly to your door
     </p>
     <div class="flex-buttons">
      <a class="btn-outline-light">
       Check eligibility
      </a>
      <a class="btn-outline-light" style="background:white; color:#0f3b48;">
       Start consult
      </a>
     </div>
     <p style="font-size: 11px; margin-top: 12px; opacity:0.8;">
      ✔️ Telehealth visit ✔️ Discreet delivery
     </p>
    </div>
   </div>
   <!-- RESULTS + GLP-1 GUMMIES (less "fixed" / spammy wording) -->
   <div class="section section-soft">
    <!-- results note - softer tone -->
    <div class="testimonial-note">
     <div style="display: flex; align-items: center; gap: 8px; margin-bottom: 6px;">
      <span style="font-size: 26px;">
       📉
      </span>
      <span style="font-weight:800; font-size: 17px;">
       What people are noticing
      </span>
     </div>
     <p style="font-size: 14px; margin-bottom: 4px;">
      Many report better appetite control and steady energy. Weight loss results vary, but the feedback has been encouraging.
     </p>
     <p style="font-weight: 500; margin-top: 8px; font-size: 13px;">
      👋 See if it works for you — free trial available.
     </p>
    </div>
    <!-- UPDATED PRODUCT: Semaglutide/Tirzepatide GLP-1 Gummies (natural copy) -->
    <div style="background: #ffffff; border: 1px solid #e2e8f0; border-radius: 20px; padding: 16px; margin: 12px 0 10px;">
     <div style="display: flex; align-items: center; gap: 10px; flex-wrap: wrap; justify-content: space-between;">
      <div>
       <h3 style="margin-bottom: 4px;">
        🍬 Semaglutide/Tirzepatide GLP-1 Gummies
       </h3>
       <p style="color: #2c3e50; font-size: 13px;">
        A new option developed with weight health experts.
        <strong>
         Try a free bottle
        </strong>
        and see how your body responds.
       </p>
      </div>
      <span style="background:#fef3c7; padding: 4px 12px; border-radius: 30px; font-size:12px; font-weight:bold;">
       🎁 limited free bottle
      </span>
     </div>
     <div class="text-center" style="margin: 16px 0 8px;">
      <a class="btn-accent" style="background:#f97316;">
       🍬 Get free trial →
      </a>
     </div>
     <p style="font-size: 11px; text-align: center; color: #5f6c84;">
      Just cover shipping • No automatic subscriptions
     </p>
    </div>
    <!-- subtle icons -->
    <div class="icon-row">
     <span style="font-size: 20px;">
      💊
     </span>
     <span style="font-size: 20px;">
      🌿
     </span>
     <span style="font-size: 20px;">
      🔥
     </span>
    </div>
    <div class="text-center">
     <p style="font-size: 12px; color:#4a5b6e;">
      Small steps, lasting change. Explore what works for your body — risk-free.
     </p>
    </div>
   </div>
   <!-- UNSUBSCRIBE + ADDRESS (clean, compliant) all links use domain pattern -->
   <div class="divider">
   </div>
   <div class="footer">
    <p style="margin-bottom: 8px;">
     📧 Not interested anymore?
     <a>
      Unsubscribe here
     </a>
     or write to:
     <br/>
     <strong>
      1013 Beards Hill Rd, #24, Aberdeen, MD 21001
     </strong>
    </p>
    <p style="margin-top: 8px;">
     📍
     <em>
      Semaglutide/Tirzepatide GLP‑1 medications require a prescription and medical evaluation.
     </em>
    </p>
    <address class="address">
     © 2026 Wellness Pathway — 1013 Beards Hill Rd , #24, Aberdeen, MD 21001
    </address>
    <p style="margin-top: 10px; font-size: 10px;">
     This message is for informational purposes. Always talk with your doctor before starting any new supplement or medication.
    </p>
    <p style="margin-top: 8px;">
     <a style="font-size:10px;">
      Privacy &amp; preferences
     </a>
    </p>
   </div>
  </div>
 </body>
 <img alt="" height="1" src="https://inboxflows.com/_/image/http%253A%252F%252Fveed.unibutton.com%252Ftrack%252F3%252F8407%252F475%252F72%252F66956%252F1335%252F1%252Fgxj70c0hlz/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRnZlZWQudW5pYnV0dCIsInRpbWUiOjE3NzkyMjk5OTEuNTIwOTA3Mn0:1wPSzv:vuU3FGOLNQEaEjdESahvTnF272YgG8WtDqMrrD3FgME" style="display:none !important;visibility:hidden;opacity:0;width:1px;height:1px;border:none;" width="1"/>
</html>