Newsletter email for wine brands

A recurring wine newsletter built around the vintage story and one allocation drop, with a single reserve button. Estate-voiced, compliance-safe, and ESP-safe HTML that lands in the inbox of club members and collectors who already know your label.

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

What makes this newsletter work for wine / alcohol

Trigger and timing. A wine newsletter is a recurring send, not a behavioral flow. Tie the cadence to the vintage calendar: a release newsletter when each new vintage ships to club, and a cellar newsletter between releases that carries library pours and allocation news. Most estate lists do this best at six to eight sends a year, not weekly. Weekly burns out a list of buyers who already get twenty retail emails a day. Pick a send morning and hold it. Thursday at 10am lands inside the window when collectors check email with a coffee and decide what to claim, and it beats the Tuesday promo pile-up. The list is warm in a way a retail list is not: these readers already bought from you, joined the club, or tasting-room-captured their address. Wine club and collector lists open at 38 to 48 percent against 18 to 22 percent for a generic promo blast. The reader already paid you once. That is the whole advantage.

The offer is access, not a discount. Marking down allocated wine signals it did not sell, and it trains buyers to wait for the next cut. What a winery actually sells is finite bottles and seats at the table. Give the list first claim on the new vintage, a 48-hour club window before the public release, or first dibs on large formats and library magnums. A release newsletter that opens the allocation to club members 48 hours before the public buy converts the reader who would otherwise miss it by a day. That is a bottle you would have sold to no one once the list closes.

Copy angle. Write in the winemaker's voice, first person, with the specifics a buyer cannot get from a shelf talker. Lead with the vintage story: the vintage, the vineyard or AVA, the case production, the time in oak, the drink window, and one honest line about the growing season. The 2022 came off three weeks of September heat that tightened the clusters and pushed the tannins, and we held it in barrel twenty months to let it settle beats new release now available. One vintage, one block, one admission from the cellar. That voice is what a supermarket wine brand cannot fake, and it is why club members renew into year two.

The CTA. One reserve button, pointed at your allocation or club page. Not the shop grid, not the tasting-room map, not Instagram. One path measured as one conversion. Wine newsletters with a single reserve button see 4 to 7 percent click-to-claim against under 1 percent when the same email carries five product links, because the reader freezes. Keep shipping states and the tasting-room address in the footer as text, not as competing buttons.

Compliance, built in. The footer carries the winery name and physical address, a 21-plus purchase line, a drink-responsibly line, and the states you ship to. Skip health claims. Skip language that pushes quantity for intoxication. Several states restrict couponing on alcohol, so lead with access and priority, never a percent off.

Real subject line that performs: The 2022 Estate Cabernet is here. Club gets 48 hours. Real preheader: 287 cases produced. Drink now through 2034. Limit 6 per member.

Why it renders in every inbox

Klaviyo and Mailchimp both pass your HTML through their inliners and parsers, then Apple Mail, Gmail, Outlook, and a dozen Android clients each render it with their own engine. The only markup that survives all of them is what email was built on twenty years ago: nested HTML tables. This template uses a table for every section and column. No flexbox, no CSS grid, no floated divs. When Gmail strips the head style block on some Android builds, the tables hold the layout because the structure lives in the HTML, not in a style sheet a client may drop.

Inline CSS on every element. Every text style, padding value, and color sits on the element it affects. If the ESP inliner or a client drops the head styles, the email still reads right.

Bulletproof VML button for Outlook. Outlook 2007 through Outlook 2024 render with Microsoft Word's engine, which ignores CSS border-radius and padding on an anchor and shows a flattened text link. The reserve button ships with a v:roundrect fallback inside Outlook conditional comments, so the Word engine draws a real clickable oxblood rectangle. Outlook users get a button. Everyone else gets the rounded anchor.

Live text over image text. The vintage headline, the winemaker's note, the production number, and the CTA are real text. About a third of B2B inboxes and a meaningful slice of consumer inboxes block images by default, so a headline baked into the hero photo vanishes the moment the image fails. The vintage story has to stay readable with images off, which also helps voice-assist readers and slow cellular loads.

Dark mode. Apple Mail and Outlook mobile invert colors in dark mode, which can turn a cream background black and muddy the oxblood. The head carries a color-scheme meta set to light and dark, and the palette uses solid hex values that survive inversion. Your espresso header stays espresso, not a guessed-at gray.

One mobile media query. A single max-width 600px query shrinks the headline a step and trims the side padding so the issue reads on a phone without horizontal scroll. One query, because every extra query is another thing for a client to ignore.

Web font fallbacks. The template sets a display serif with Georgia, Times New Roman, and the OS serif behind it. Wine brands want a serif. If the web font loads, great. If it does not (Gmail blocks most web fonts), the fallback still reads as a deliberate estate serif, not a system sans. Nothing flashes, and nothing breaks when a corporate or hotel WiFi portal blocks the font CDN.

How to use it in Klaviyo or Mailchimp

1. Copy the rendered HTML. Open the preview on this page, click Copy HTML, and you have the full table-based source in one self-contained file.

2. Paste into your ESP. In Klaviyo: Campaigns, Create Campaign, drag an HTML block into the canvas (or use the Code Email type for a full-code send), and paste. In Mailchimp: Create, Email, Code your own, then Paste in code. Same paste either way.

3. Swap brand, colors, and links. Change the wordmark to your winery name. Replace the hero photo with a current bottle or vineyard shot, kept under 200kb and 1200px wide so it loads on cellular. Swap the oxblood (#6b1f2a) and espresso (#2b1d14) for your own two colors and it cascades through the whole email, the VML button fill included.

4. Wire the merge tags. For a wine newsletter the tags you actually use are member first name, club tier, and the reserve link. In Klaviyo: {{ first_name|default:'friend' }} for the greeting, tier the copy by membership with {{ person|lookup:'Club Tier' }}, pull the vintage name from a custom property with {{ person|lookup:'current_release' }}, and use {{ unsubscribe_url }} in the footer. In Mailchimp: *|FNAME|* for the greeting, *|CLUBTIER|* for the club level, *|RELEASE|* for the vintage, and *|UNSUB|* for the opt-out.

5. Test before you send. Send a live test to Gmail on the web, Apple Mail on an iPhone in light and dark, and Outlook desktop on Windows. Confirm the reserve button is a real button in Outlook rather than a collapsed link, the vintage note stays readable in dark mode, and the hero image loads before the member manually downloads images. Then send it to your own phone over cellular, because that is how most wine buyers read it Thursday morning.

Questions

Is this wine newsletter template free for my clients? +

Yes. The HTML and MJML on this page are free to copy and ship from Klaviyo or Mailchimp for any winery, club, or estate. You keep the HTML and the structure. Mailwright is the tool that builds more of these, branded to your label, from a brief.

Will the reserve button render in Outlook? +

Yes. Outlook 2007 through 2024 use Word's rendering engine, which ignores rounded CSS buttons. This template ships a v:roundrect VML fallback, so the reserve button shows as a real clickable oxblood button in Outlook. The nested table layout holds in Gmail, Apple Mail, and Yahoo, and the vintage story is live text, so it stays readable when Outlook blocks images by default.

Can I match my winery's colors and brand? +

Yes. Every color is a hex value declared in one place in the mj-attributes block at the top of the file. Change the oxblood and espresso to your estate palette and the whole email rebrands in under a minute, button fill included. The wordmark and bottle photo are plain image URLs you can swap without touching code.

Do I need to know HTML to use it? +

No. Copy the HTML, paste it into Klaviyo or Mailchimp, and use find-and-replace to swap your winery name, links, bottle photo, and colors. If you want to add a second allocation block or reorder sections, basic HTML helps, but the template works as-is for a standard release newsletter.

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