Replenishment Email for Supplement Brands
Your customers run out on a predictable cycle. A replenishment email that lands five days before the tub is empty turns a one-time buyer into a recurring order, before Amazon or a competitor steps in. This one is built for supplement and wellness brands, with ESP-safe HTML you can paste into Klaviyo or Mailchimp today.
What makes this replenishment work for supplements / wellness
<p>Supplements run on a clock. A customer buys a 30-serving tub, takes one scoop a day, and hits empty 30 days later. That predictability is the whole opportunity: you know the run-out date, so you can put the reorder in front of them before they think to open Amazon.</p><p><strong>Trigger.</strong> Fire from <em>Placed Order</em> with a delay calculated from the SKU's serving count, not a flat 30-day wait. For Rootwell Daily Greens (30 servings, one scoop a day), that delay is 24 days. A 90-capsule bottle taken three times a day gets the same 24-day delay. Tie the delay to the unit economics of the product, not a calendar guess.</p><p><strong>Timing.</strong> Send at day 24 of a 30-day cycle. That leaves five to six days for picking, packing, and transit so the new tub lands as the old one runs dry. Hold a second nudge for day 30, only if they did not reorder. Past day 35 you are running a lapsed-buyer flow, not replenishment.</p><p><strong>Offer.</strong> Lead with Subscribe & Save (15% off plus free shipping), not a one-off coupon. A subscriber is worth the next six cycles. A discounted reorder is worth one. Keep the one-off reorder as the default button, with Subscribe & Save as the better deal beside it.</p><p><strong>Copy angle.</strong> Frame continuity, not discount. Name the product, the order date, and the run-out date. Customers respond to "your 30-day reset" more than to "10% off."</p><p>Example subject line: <strong>Your Daily Greens run out Thursday</strong>. Preheader: <em>Reorder now and we will ship before you miss a day.</em> Body lead: "You ordered Daily Greens on {{ order_date }}. A 30-serving tub lasts about 30 days, so you will run out around {{ runout_date }}. Reorder today and a fresh tub lands before you miss a morning."</p><p><strong>CTA.</strong> One reorder button, product-specific and price-visible: <strong>Reorder 1 tub for $39</strong>. Specificity beats a generic "Shop now." In supplement accounts we work with, a single well-timed replenishment touch drives 22 to 28% of recurring revenue. Move the send from day 30 to day 24 and reorder rate typically climbs several more points, because the email arrives while the habit is still active.</p>
Why it renders in every inbox
<p>The HTML Mailwright exports is built to survive the worst email clients, not just look good in a designer's Mac. Every structural choice below exists because a real inbox breaks without it.</p><p><strong>Nested tables, not divs or flex.</strong> Layout is built from <code><table role="presentation"></code> cells, the way email clients have expected HTML for twenty years. Gmail, Outlook, and Yahoo all honor it. Flexbox and CSS grid do not survive most of them.</p><p><strong>Inline CSS on every element.</strong> Styles live on the element they affect. Many clients strip <code><style></code> blocks from the head or ignore class-based rules, so a <code>style="..."</code> attribute on each cell is what actually carries your padding, color, and font.</p><p><strong>Bulletproof VML button for Outlook.</strong> Outlook 2007 through 2021 render email in Microsoft Word, not a browser. They ignore <code>border-radius</code> and degrade rounded buttons to thin links. The CTA is wrapped in MSO conditional comments with VML so Outlook draws a solid, clickable rectangle at full width and height.</p><p><strong>Live text, not images.</strong> Headlines and body copy are real text. They render before images download, scale on every screen, and read correctly to screen readers. Images carry product visuals, not the message.</p><p><strong>Dark-mode color-scheme meta.</strong> The head carries <code><meta name="color-scheme" content="light dark"></code> and <code><meta name="supported-color-schemes" content="light dark"></code>, with the background color set on the wrapping table. Apple Mail and Outlook dark modes respect it instead of inverting your greens into mud.</p><p><strong>One mobile media query.</strong> A single <code>@media (max-width: 600px)</code> rule collapses the layout to one column and sizes images to the viewport. No query stacking, no client-specific hacks that stop working in six months.</p><p><strong>Web-font fallbacks.</strong> If the design loads a custom font, each <code>font-family</code> chain ends in a system serif or sans-serif that already exists on the device. When the web font is blocked or slow, the email still reads as intended.</p>
How to use it in Klaviyo or Mailchimp
<p><strong>1. Copy the HTML.</strong> Grab the exported HTML from the Mailwright preview pane, or compile the MJML below with the MJML app or CLI (<code>mjml input.mjml -o output.html</code>).</p><p><strong>2. Paste into your ESP.</strong> In Klaviyo, open your email, drag in an HTML block, and paste. Or build a templated flow email and drop the HTML into the source view. In Mailchimp, choose <em>Code your own > Paste in code</em> and drop it in the body field.</p><p><strong>3. Swap brand, colors, and links.</strong> Replace the brand name, the four hex values (header bar, button, accent, body text), the hero image URL, and every <code>rootwell.example</code> link with your store domain.</p><p><strong>4. Wire merge tags.</strong> Connect personalization fields to the data your ESP already holds. Supplements examples:</p><ul><li><strong>Klaviyo:</strong> <code>{{ first_name|default:"there" }}</code>, <code>{{ event|lookup:'order_date' }}</code>, a catalog block that pulls the reordered product's price and image, and <code>{{ unsubscribe_url }}</code> in the footer.</li><li><strong>Mailchimp:</strong> <code>*|FNAME|*</code> with a fallback, <code>*|ORDER_DATE|*</code>, a product block for the reordered SKU, and <code>*|UNSUB|*</code>.</li><li><strong>Run-out date:</strong> compute it in your flow (order date plus serving count) and pass it as an event property, so the subject can read "runs out Thursday" instead of "time to reorder."</li></ul><p><strong>5. Test before you send.</strong> Preview in Klaviyo or Mailchimp Inbox Inspector across Gmail (web, iOS, Android), Apple Mail, and Outlook 2019 plus 365. Toggle dark mode on and off in Apple Mail and Outlook. For full coverage, run the HTML through Email on Acid or Litmus. Confirm the VML button draws solid in Outlook, the hero stacks on mobile, and the merge tags resolve to real values rather than raw braces.</p>
Questions
Is this replenishment template free to use? +
Yes. Copy the HTML or MJML, drop your supplement brand's colors and product in, and send it through Klaviyo or Mailchimp today. No license, no attribution.
Will the reorder button render in Outlook? +
Yes. The CTA is a bulletproof VML button built with MSO conditional comments, so Outlook's Word engine draws it as a solid green rectangle with rounded corners. It will not collapse to a thin text link the way border-radius buttons do in Outlook.
Can I match my supplement brand's colors and fonts? +
Yes. All colors are inline at the top of the file. Swap four hex values and the header bar, button, accent, and body text all restyle at once. Fonts fall back to a system serif or sans-serif if your brand font is not installed on the reader's device.
Do I need to know HTML to use it? +
No. The exported HTML pastes straight into Klaviyo or Mailchimp and is ready to send. For personalization, you swap the merge tags your ESP already provides. The MJML source is included if you want to change the layout, but you do not need to touch it.
Want this on your client's brand?
Paste a client's site and we build a real, on-brand sample in clean, ESP-safe HTML you can paste into Klaviyo.
Get a free sampleMore templates
- Abandoned Cart email for Baby brandsBloom & Burrow
- Abandoned Cart email for Beauty brandsVeloura
- Abandoned cart email for coffee brandsSlow Bloom Coffee
- Abandoned cart email for course creatorsStoryboard Lab
- Abandoned cart email for fashion brandsSTUDIO HALDEN
- Abandoned Cart email for FintechVelt
- Abandoned Cart email for Jewelry brandsSolenne
- Abandoned Cart email for Outdoor brandsRidgebound
- Abandoned Cart email for Pet brandsPantry Hound
- Abandoned Cart email for Real Estate brandsRidgeline Realty
- Abandoned Cart email for RestaurantsSycamore Kitchen
- Abandoned cart email for skincare brandsMira
- Abandoned cart email for supplement brandsVerdant Labs
- Abandoned Cart email for Travel brandsSaltcove Resorts
- Abandoned cart emailMaison Riva
- Back-in-stock email for beauty brandsMarisol Skincare
- Back-in-stock email for coffee brandsNorthbank Coffee Roasters
- Back in Stock email for Fashion brandsMaris & Wren
- Back in Stock email for Jewelry brandsLumen & Vale
- Back in Stock email for Pet brandsWilder Hound
- Back-in-stock email for sneaker brandsPavement Supply Co.
- Back-in-stock email for supplement brandsFernwell Naturals
- Back in Stock email for Wine brandsHollis Ridge
- Back-in-stock emailAURE
- Birthday email for beauty brandsMaison Lumière
- Birthday email for Coffee brandsDaybreak Roasters
- Birthday email for EcommerceHearth & Hazel
- Birthday email for Jewelry brandsAurum & Oak
- Birthday email for Nonprofit brandsBrightwater Children's Fund
- Birthday email for Pet brandsPawly
- Birthday email for restaurantsCoppa Rossa
- Birthday email for Travel brandsTidehaven Resorts
- Birthday emailSMALL BATCH ROASTERS
- Browse Abandonment email for Baby brandsWren & Cub
- Browse Abandonment email for Beauty brandsHalden & Hue
- Browse abandonment email for fashionHalden Studio
- Browse Abandonment email for Fitness brandsRidgeline Strength
- Browse abandonment email for home goodsHalvor & Oak
- Browse abandonment email for supplement brandsHearthroot
- Browse Abandonment email for Travel brandsMeridian Voyages
- Browse abandonment emailHARTWELL
- Weekly digest emailCadence Weekly
- Event / webinar invite emailCadence
- Flash Sale email for Fashion brandsMarlowe Studio
- Flash sale emailMARA
- Loyalty VIP email for coffee brandsDriftwood Coffee Roasters
- Loyalty / VIP emailMAISON VERDE
- Newsletter email for creatorsMargins
- Newsletter email for ecommerceMarlow & Finch
- Newsletter email for fitness brandsRidgeline Strength
- Newsletter email for Jewelry brandsMaison Vermeil
- Newsletter email for Nonprofit brandsRiverbend Food Bank
- Newsletter email for real estate brandsCrestview Realty
- Newsletter email for restaurantsSaltmarsh
- Newsletter email for SaaSRelaybeam
- Newsletter email for Travel brandsDriftwood Voyages
- Editorial newsletter emailFrontier
- Order Confirmation email for EcommerceHearth & Hush
- Order confirmation emailHALCYON
- Post Purchase email for Coffee brandsDaybreak Coffee Roasters
- Post Purchase email for Fitness brandsForge Strength Club
- Post Purchase email for Jewelry brandsAurum Atelier
- Post-purchase email for Pet brandsBramble & Bark
- Post-purchase email for skincare brandsVesper
- Post-purchase email for supplementsNorthroot
- Post Purchase email for Travel brandsMarisol Retreats
- Post Purchase email for Wine brandsHollis Hollow Estate
- Post-purchase emailHale and Fern
- Price Drop email for Fashion brandsMarlowe
- Price drop emailWREN
- Product announcement emailLUME
- Product launch email for DTC beautyMarisol
- Product Launch email for EcommerceNorthbound Roast
- Product Launch email for Fitness brandsForge Athletics
- Product launch email for jewelry brandsMaison Velaire
- Product Launch email for Nonprofit brandsGreenhollow Land Trust
- Product Launch email for Pet brandsBarkwell
- Product launch email for SaaSForgepath
- Product launch email for sneaker brandsFORM Athletics
- Product launch (drop) emailPULSAR
- Promotional (sale) emailOSSE
- Referral email for EcommerceSaltwater Skin
- Referral emailHEARTH
- Replenishment emailNORTHPEAK
- Review request email for course creatorsLoam Academy
- Review request email for ecommerceCove Skincare
- Review Request email for Jewelry brandsVela & Stone
- Review Request email for Nonprofit brandsRiverside Food Bank
- Review Request email for Real Estate brandsBridgepoint Realty
- Review request email for restaurantsOlive & Ember
- Review Request email for SaaSRecurlio
- Review request email for travel brandsNorthbound Lodge
- Review request emailHALCYON
- SaaS onboarding emailCadence
- Shipping Update email for EcommerceCoastline Coffee
- Shipping update emailHalftide
- Trial ending email (SaaS)Cadence
- Welcome email for baby brandsHazel & Fawn
- Welcome email for Beauty brandsMaris Botanica
- Welcome email for Coffee brandsBright Iron Coffee
- Welcome email for course creatorsLoaf & Crumb
- Welcome email for ecommerceNorthpine Coffee Roasters
- Welcome email for Fitness brandsForge Athletics
- Welcome email for Jewelry brandsMaison Aurelle
- Welcome email for Nonprofit brandsRiverbend Land Trust
- Welcome email for Outdoor brandsFoxpine Supply Co.
- Welcome email for Real Estate brandsCrestview Realty
- Welcome email for restaurantsOlea Trattoria
- Welcome email for SaaSForge
- Welcome email for supplement brandsFlorae Health
- Welcome email for Travel brandsCasa Marisol
- Welcome email for Wine brandsRedtail Cellars
- Welcome emailVerda
- Win Back email for Baby brandsOlive & Oat
- Win-back email for course creatorsPigment Studio
- Win-back email for ecommerceMarlowe Skin
- Win-back email for fintechHaven
- Win-back email for jewelry brandsCovelle
- Win Back email for Outdoor brandsSwitchback Outfitters
- Win Back email for Pet brandsNorthpaw
- Win-back email for real estateNorthbridge Realty
- Win Back email for RestaurantsSaltwood Kitchen
- Win-back email for subscription boxesHearthwood Coffee Co.
- Win-back email for supplement brandsFernwood Botanicals
- Win Back email for Wine brandsHollow Oak Estate
- Win-back (re-engagement) emailORSO