Post-Purchase Email for Jewelry Brands

A jewelry buyer just spent $340 on a pair of 14k gold hoops. The next 48 hours decide whether they come back for the matching pendant or leave a review that says it tarnished.

Open the full email ↗ Get this on your brand
Live preview View HTML ↗

What makes this post-purchase work for jewelry / accessories

A jewelry buyer just dropped real money. Average order values in DTC jewelry sit between $180 and $450, far higher than apparel. That changes the post-purchase math. You are not chasing a quick cross-sell. You are protecting an investment and starting a relationship that should produce two or three purchases a year.

Trigger: fire on Fulfilled Order, not Placed Order. A care guide sent before the box arrives is useless. Wait until the carrier marks the order delivered, then send within two hours. The piece is on their wrist or in their ear right now. That is when care instructions stick.

Three beats, in order.

Care guide. 14k gold, vermeil, and sterling all behave differently. Name the metal. "Your 14k gold Celeste hoops will not tarnish, but they will dull. Rinse in warm water with a drop of dish soap. Store in the pouch we sent." Specific beats generic. Brands that swap "care for your jewelry" for the exact metal and the exact cleaning method cut support tickets about discoloration.

Warranty or insurance. Jewelry buyers fear loss and damage. State the coverage plainly: "Lifetime warranty against manufacturing defects. Repairs and re-polishing are free; you pay shipping." For pieces over $500, mention scheduled insurance or a partner like Jewelers Mutual. One brand added a single line linking to an insurance quote and lifted warranty sign-up 18%.

One complementary piece. Show the matching item, not a bestseller grid. Bought the hoops, show the pendant on the same chain. Bought the engagement ring, show the band. A single product with a small "complete the set" discount converts better than a full-collection carousel. Typical result: 3 to 6% of post-purchase emails produce a second order within 30 days when the offer is one paired product.

Copy angle: protective, confident, never pushy. The buyer just spent $340. They do not want a sale banner. They want confirmation they bought well. CTA is one button: "Shop the Celeste pendant." Not "Shop now." Not "Discover." Name the piece.

Timing summary: care and warranty email at delivery. Complementary-piece offer on day 3 to 5, once the new-purchase glow fades and the "what else goes with this" urge begins. Review ask on day 10 to 14, after they have worn it out of the house.

Why it renders in every inbox

Outlook runs on Word's rendering engine. Gmail strips style blocks it does not like. Apple Mail inverts colors in dark mode. Each one breaks a pretty template if the HTML is not built to survive.

The structure uses nested HTML tables, not divs or flexbox. Every section is a table inside a table. This is how email has worked for 20 years and the only layout method Outlook understands. A flex column collapses into a single stacked line in Outlook 2016.

All CSS is inline. Gmail keeps inline styles. It drops class-based rules from style blocks when it feels like it. Inline means what you write is what renders.

The button is a bulletproof VML button. It uses mso tags so Outlook Word renders an actual gold rectangle you can click, not a flat text link. Without VML, the CTA turns into underlined text on a white background in Outlook for Windows, and clicks fall off a cliff.

The text is live, not baked into images. Care instructions and warranty terms must be selectable and readable by screen readers. Image-only emails also trip spam filters and break when images are blocked, which is the default in many Outlook clients.

Dark mode is handled with a color-scheme meta tag. Apple Mail and Outlook dark mode auto-invert. Declaring color-scheme: light only keeps the cream background cream instead of turning it charcoal, so gold accents stay legible.

One mobile media query stacks the hero padding and bumps font sizes on screens under 480px. One query, not five. Every extra query is another thing to test and another thing Outlook Mobile ignores anyway.

Web fonts fall back gracefully. The template declares a system-font stack first. If a brand font loads, great. If Gmail blocks it, the email still looks clean in Helvetica.

How to use it in Klaviyo or Mailchimp

1. Copy the HTML export. Open the Mailwright preview, hit Export HTML, and copy the full file.

2. In Klaviyo, create a new email inside your post-purchase flow. Drag in an HTML block, or set the entire email type to HTML. Paste the code into the block. In Mailchimp, start a campaign, choose Code your own, then Paste in code, and drop the HTML in.

3. Swap the brand. Replace "AURUM ATELIER" in the logo text and footer with your client's store name. Replace the product names "Celeste hoops" and "Celeste pendant" with the actual purchased and recommended products.

4. Recolor. Three hex values carry the whole email: the gold accent (#b08d57), the cream background (#f6f3ee), and the near-black text (#1f1d1a). Find and replace these to match the brand kit. Keep contrast above 4.5:1 or the text fails accessibility checks in litmus tools.

5. Wire the merge tags. Jewelry examples: Klaviyo: {{ first_name|default:"there" }} for the greeting, {{ order_number }} for the order line, {{ event.extra.items.0.product.name }} to name the purchased piece. Mailchimp: *|FNAME|* with a fallback, *|ORDER_NUMBER|*, *|PRODUCT_NAME|*. For the complementary piece, link to a collection page rather than a dynamic product block, since paired-product recommendations need a small custom segment or a tool like Rebuy.

6. Test. Send to Litmus or Email on Acid, or at minimum send a live test to Gmail (web and app), Apple Mail on iPhone, and Outlook for Windows. Toggle dark mode on the iPhone test. Confirm the VML button shows gold, the care list is live text, and the hero stacks on a 375px screen before you schedule the send.

Questions

Is this jewelry post-purchase template free to use? +

Yes. The HTML and MJML are free to copy, edit, and ship to paying clients. No license fee, no attribution required. You own the emails you produce.

Will it render correctly in Outlook? +

Yes. The layout is nested tables with inline CSS, and the CTA is a bulletproof VML button, so Outlook for Windows renders the gold button as a real button instead of a flat link. Test once in Outlook 2016 or 2019 before you send to the full list.

Can I change the colors to match my jewelry brand? +

Yes. The whole design runs on three hex values: the metal accent, the cream background, and the text color. Swap them to match the brand kit, and keep contrast above 4.5:1. The template uses a system-font stack, so it renders cleanly even where web fonts are blocked.

Do I need to know HTML to use this? +

No. Copy the exported HTML, paste it into a Klaviyo HTML block or Mailchimp's Code your own editor, and replace the brand name, product names, and links. Wiring merge tags like {{ first_name }} takes a few minutes. Everything else is find-and-replace.

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 sample

More templates