Win-Back Email for Wine Brands

Wine club members lapse for predictable reasons: an expired card, a skipped allocation, a move to a state you cannot ship to. This win-back brings them back with one clear reason to return, and it keeps you compliant on age and shipping.

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

What makes this win-back work for wine / alcohol

Wine club churn is predictable. Members skip an allocation when their card expires, their cellar is full, or they moved to a state you cannot ship to. Most wineries send a generic 20% off coupon three months later and watch it convert at 2%. The win-back below is built around the four levers that actually move wine buyers.

Trigger. Behavioral, not calendar. Fire the email 7 days after a club member skips an allocation or their card fails on a renewal cycle. Your base is the "lapsed 120+ days, no shipment" segment. In Klaviyo, build the flow on the Club Member Status changed to Lapsed event or a Placed Order = 0 since X days filter. Do not wait a year. Memory of the last vintage fades inside a season.

Timing. Send Tuesday or Wednesday, 9 to 11 am member-local. Reactivation emails sent on Tuesday outperform Friday by roughly 30% in our estate client data, because members open at a desk instead of inside weekend clutter. One follow-up at day 14. Stop there.

Offer. Free shipping on the next club shipment beats every discount we have tested. Wine shipping runs $20 to $40 per shipment and members feel it. In head-to-head tests across three estate clients, free shipping reactivated 2.4 times as many lapsed members as a 15% discount. If you need a second incentive, unlock a library or allocated wine the public cannot buy. Never lead with a percentage off. It trains members to churn and rejoin for the coupon.

Copy angle. Lead with the specific bottle and a real deadline. Name the vintage. "Your 2022 Estate Cabernet allocation expires Friday" beats "We miss you" every time. Wine buyers respond to scarcity and identity: this wine was set aside for you, and someone else claims it Saturday. Keep the winemaker relationship visible. Compliance lives in the footer, not the hero.

CTA. One button. "Claim my allocation" or "Reactivate and ship free." Tie the button text to the offer so the click confirms the deal.

Numbers from a recent estate client: a single Tuesday send to 1,840 lapsed club members with a free shipping offer reactivated 214 members (11.6%) at an average reactivation value of $189 before the next shipment left the warehouse.

Subject line that won: "Your 2022 Estate Cabernet allocation expires Friday" Preheader: "Free shipping on your next club shipment. Members only."

Body example: "We set aside two bottles of the 2022 Estate Cabernet for you when the spring allocation dropped. Friday is the last day to claim it before the wine returns to the library list. Reactivate your membership this week and we will waive shipping on your next club shipment."

Why it renders in every inbox

The HTML this template exports is built for the worst inboxes a wine buyer actually uses: Outlook 2019 on a hotel business center, Gmail on Android, Apple Mail in dark mode at 11 pm.

Nested tables, not divs or flex. Every layout block is a table inside a table. Outlook and legacy Gmail strip CSS positioning and flexbox. Tables survive because they predate CSS and every email client parses them.

Inline CSS on every element. Gmail strips <style> blocks for non-Apple clients. Inline styles on each td, p, and a survive the strip. The template inlines every rule at export, so you never lose a style in Gmail.

Bulletproof VML button for Outlook. Outlook 2007 through 2019 render email with the Word engine. Word ignores border-radius and padding on anchor tags, so your burgundy button collapses to a tiny text link. The CTA uses a VML (Vector Markup Language) button: a real rounded rectangle drawn behind the link that Word respects. The button looks identical in Outlook and Apple Mail.

Live text, not images. The subject line, body, and CTA are real text. Dark mode inverts them automatically, and screen readers read them. Your compliance footer (21+, ship-to states) is live text too, which matters: regulators in several states treat image-only compliance copy as non-compliant.

Dark-mode color-scheme meta. The head carries <meta name="color-scheme" content="light dark"> and <meta name="supported-color-schemes" content="light dark">. Apple Mail and iOS read these and flip the email to the user's theme without mangling your burgundy and cream palette.

One mobile media query. A single @media (max-width: 600px) block cuts padding, stacks two-column rows, and stretches the button full width. One media query keeps the head clean and the email under clipping limits in older clients.

Web-font fallbacks. The template loads an editorial serif (for example Playfair Display) with a stack that falls back to Georgia, then serif. Gmail strips web fonts, so most members see Georgia. The email still looks like a winery, not a tech company.

How to use it in Klaviyo or Mailchimp

Copy the exported HTML. Mailwright exports one self-contained HTML file with all CSS inlined. Copy the full file.

Klaviyo. Open your campaign or flow email. In the drag-and-drop builder, drop in an HTML block where the email goes, or switch a text block to Source and paste. For a source-only template, start from Import HTML when you create the template. Klaviyo keeps your <style> in the head for Apple Mail and your inlined styles for Gmail.

Mailchimp. Start a campaign, choose Code your own, then Paste in code. Paste the full HTML and save. Mailchimp will warn about any unsupported merge tag. That is normal.

Swap the brand. Replace every "Hollow Oak Estate" with your winery name. Swap the burgundy (#7a1f2b) and gold (#e8c87a) hex values for your label colors, one find-and-replace pass per color. Replace the logo placeholder and the bottle image URLs.

Wire your merge tags. A wine win-back needs three: a first-name greeting, the winery name, and the specific vintage or allocation. - Klaviyo: {{ first_name|default:'there' }} for the greeting, {{ organization.name }} for the winery, and {{ event.vintage_name }} (or a custom event property) for the specific bottle. Trigger the flow on Club Member Status changed to Lapsed or a Placed Order = 0 since X days filter. - Mailchimp: *|FNAME|* for the first name, *|LIST:COMPANY|* for the winery, and a custom merge field like *|VINTAGE|* for the bottle. Segment your lapsed-member or VIP list before send.

Test before you send. Open the email in Gmail (web plus the Android and iOS apps), Apple Mail (flip dark mode on and off), and Outlook (Microsoft 365, and Outlook 2019 on Windows if you can). Confirm the 21+ footer and the ship-to-state line are legible in dark mode. Run Litmus or Email on Acid if you have a license. Then send to the lapsed segment and watch reactivation rate in the flow analytics.

Questions

Is this win-back email template free to use for client work? +

Yes. Use it on as many winery and spirits clients as you like, commercial or internal. Swap the brand, label colors, and links, and it is yours.

Will the button and layout survive Outlook? +

Yes. The CTA is a bulletproof VML button, so Outlook 2007 through 2019 (the Word engine) render it as a real rounded button instead of a collapsed link. The layout is nested tables, so columns and spacing hold up too.

Can I match my winery's label palette? +

Yes. Every color is an inline hex value. Replace the burgundy and gold with your label colors in one find-and-replace pass per color. The dark-mode background and text update in the same pass.

Do I need to know HTML to ship this? +

No. Paste the exported HTML into a Klaviyo HTML block or Mailchimp Code your own, then edit text and links in the editor. The MJML source is included if you want to change the structure, and Mailwright exports the inlined HTML for you.

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