Post-purchase email for pet brands
A customer just bought a 24 lb bag of kibble. This post-purchase email hands them a weight-based feeding chart, the 7-day transition that prevents stomach upset, and an autoship timed to land before Bella's bowl runs dry, all in ESP-safe HTML.
What makes this post-purchase work for pet / pet supplies
Pet food is a perishable consumable bought on a monthly cycle, and the first week decides whether the buyer refills or returns. Switch a dog's food cold turkey and you get diarrhea, a one-star review, and a chargeback. This email does three jobs in that window: hand over the feeding chart, teach the 7-day transition, and set the autoship before the bag runs out.
**Trigger.** Fire on Fulfilled Order (Klaviyo) or Delivered, filtered to consumable categories like food, treats, toppers, supplements, and dental chews. Exclude one-time gear such as beds, crates, leashes, and toys, which do not get a feeding guide. If you collect a pet profile at signup (species, weight, breed), branch on it so the portion table matches the actual animal.
**Timing.** Two to three days after fulfillment. The bag lands on the doorstep and the email lands the same morning with the chart and the transition schedule. Sooner and the box has not arrived. Later and the owner already guessed at a portion or switched the food overnight and paid for it the next morning.
**Offer.** Lead with the feeding guide, not a coupon. The chart is the offer. Convert on the refill: an autoship timed to the bag size. A 24 lb bag of Grain-Free Salmon lasts a 50 lb dog about four weeks, so the refill ships at day 28, right as the bowl starts to empty. Pet brands that move first-time buyers onto autoship typically see 2 to 4x higher 12-month LTV, because the reorder lands before the owner opens Chewy in a panic. Post-purchase emails in pet routinely open at 45 to 60 percent, the highest-open message you will send a customer.
**Copy angle.** Name the pet. Give exact portions by body weight, not "feed as needed." Then teach the transition, the one piece of pet-specific copy that generic ecommerce templates miss and the one that prevents the return.
Subject: "Bella's food is here. Here's how to switch her over safely." Preheader: "Feeding chart plus a 7-day transition. No upset stomach."
Transition block (this is the vertical's secret weapon): Days 1 to 2: 75% old food, 25% Bramble & Bark. Days 3 to 4: 50 / 50. Days 5 to 6: 25% old food, 75% Bramble & Bark. Day 7: 100% new food. A sudden switch causes the digestive upset that drives most new-food returns. Spell out the ramp and you keep the customer.
Feeding block (real numbers, standard 8 oz cup): 10 to 25 lb dog: 1 to 1.5 cups a day. 25 to 50 lb dog: 1.5 to 2.5 cups a day. 50 to 80 lb dog: 2.5 to 3.5 cups a day. 80 lb and up: 3.5 cups plus 0.5 cup per 10 lb. Split the daily amount into two meals.
**One complementary product.** Cross-sell the topper the moment it matters most, because it goes on the food the customer just bought. A freeze-dried salmon topper or a pumpkin digestive topper, full price, one line. Do not stack three SKUs. The cross-sell converts because it sits inside the routine you just taught.
**CTA.** One button, one job: "Start Bella's autoship, save 15%." Subtext carries the offer: "Ships every 28 days. Skip, swap, or cancel anytime." If the buyer already subscribes, suppress the autoship block with a subscription-status filter and show a reorder cross-sell instead.
Tune these levers: 2-day post-fulfillment send, 28-day autoship cadence, 15% subscribe-and-save, 7-day transition window, one topper cross-sell.
Why it renders in every inbox
Pet emails lean image-heavy, big happy-dog hero shots and bag photography, which is exactly where inbox rendering breaks. The HTML behind this template is built to survive the worst clients.
**Nested HTML tables, not divs or flex.** A 600px wrapper table holds section tables, which hold column tables. The feeding chart is itself a table, so the weight-to-cup rows line up in Outlook the same way they line up in Gmail. Outlook 2007 through 2019 uses Word's rendering engine, which ignores flexbox and CSS grid entirely.
**Inline CSS on every element.** Gmail clips or strips head style blocks in certain contexts. Inline styles on each td, p, and a survive. The MJML below compiles to fully inlined HTML.
**Bulletproof VML button for Outlook.** Word's engine ignores border-radius and padding on an anchor, so buttons collapse or lose their click target. The CTA wraps the link in a VML rectangle inside conditional comments, so Outlook draws a real, clickable, full-width rectangle. Gmail and Apple Mail see the normal anchor and render the rounded button.
**Live text, not images.** The feeding chart, transition steps, and CTA are selectable text. Live text scales on mobile, translates for screen readers, and stays legible when Apple Mail inverts colors in dark mode. An image-based feeding chart would turn into a dark, unreadable rectangle at night.
**Dark-mode color-scheme meta.** A color-scheme meta plus a prefers-color-scheme media query swap the cream cards and forest headings for dark greens and light text, so the email does not blind a customer scrolling at 6am with a dog asleep on their lap.
**One mobile media query.** A single max-width:600px block stacks the topper columns side by side and bumps the feeding-chart type size. One well-tested query beats a stack of nested queries that older Android clients mangle.
**Web-font fallbacks.** The stack falls back to Helvetica Neue, then Arial, then sans-serif. Gmail, Outlook, and Yahoo strip web fonts entirely, so the fallback is what most recipients actually read. The layout never depends on a custom font loading.
How to use it in Klaviyo or Mailchimp
1. **Get the HTML.** Copy the MJML below into mjml.io and export, or copy the compiled HTML straight from the editor.
2. **Klaviyo.** In your post-purchase flow, add an email, switch the content to a Source or HTML block, and paste. Set the trigger to Fulfilled Order with a Product Category condition for Dog Food, Treats, and Toppers, so beds, crates, and leashes never trigger a feeding guide.
3. **Mailchimp.** Create an email, choose Code Your Own, then Paste in Code, and paste the HTML.
4. **Swap the brand layer.** Replace "Bramble & Bark" with your brand, the recipe name with yours, the hex values with your forest and cream, the logo URL, and the autoship URL with your Recharge, Stay AI, Ordergroove, or native checkout link.
5. **Wire the merge tags.** - Klaviyo: {{ person|lookup:'pet_name'|default:'your pup' }} for the pet name (a custom profile property you populate at signup), {{ first_name|default:'friend' }} for the owner, and {{ event.extra.line_items.0.product.name }} for the recipe. Point the autoship button at your subscription page pre-filled with the variant: /pages/autoship?variant={{ variant_id }}. - Mailchimp: *|FNAME|* for the owner, *|MERGE:PETNAME|* for the pet (create it as a custom merge field), and *|PRODUCT_TITLE|* for the recipe.
6. **Use a subscription-status filter.** In Klaviyo, exclude Subscription First Order and Active Subscription so you do not offer autoship to a customer who already subscribes. Show those subscribers a reorder cross-sell instead.
7. **Test before you ship.** Send a preview to Gmail web, Gmail iOS, Apple Mail in dark mode, and Outlook desktop. Confirm the feeding-chart rows line up, the transition steps render, and the autoship button is clickable. Check the preheader shows under the subject line.
Questions
Is this pet post-purchase template free to use? +
Yes. Copy the HTML or MJML, drop in your brand name, recipe, and pet_name merge tag, and send. No fee, no attribution required.
Will the feeding-chart table survive Outlook? +
Yes. The layout uses nested HTML tables and the CTA is a bulletproof VML button, so Outlook 2007 through 2019 (the Word rendering engine) draws the weight-to-cup rows and a clickable autoship button without collapsing.
Can I match my pet brand's colors? +
Yes. All colors sit in the inline styles and the mj-attributes block. Swap the forest and cream hex values for yours, and the dark-mode swap updates inside the media query.
Do I need to know HTML to use this? +
No. Paste the HTML into a Klaviyo or Mailchimp code block and edit the text, links, and merge tags in their editor. Touch the MJML only if you want to restructure the sections.
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 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 email for Supplement brandsRootwell
- 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