Newsletter Email for Jewelry Brands
A free, ESP-safe newsletter template built for jewelry and accessories brands. Collection story, care tips, one call to action. Paste the HTML into Klaviyo or Mailchimp and send today.
What makes this newsletter work for jewelry / accessories
Jewelry newsletters fail the moment they read like flash-sale retail. The category runs on storytelling, trust, and a long consideration window. A buyer does not impulse-click a $480 gold necklace off a discount subject line. She buys because she fell for the piece across two or three touches. This template is built for that rhythm.
Cadence and trigger. Send it monthly, not weekly. Jewelry lists tolerate high frequency worse than nearly any vertical, and monthly keeps unsubscribes under 0.3%. Anchor each send to a real moment: a collection drop, a gifting window (Valentine's, Mother's Day, graduation, the November engagement rush), or a studio update. A "new collection" trigger converts two to three times better than a generic hello.
Timing. Tuesday 10am and Wednesday 11am local beat Monday and Friday for fine jewelry. Morning wins because buyers open jewelry email at their desk or on a commute, not at night. For gifting sends, lead the window by 18 to 21 days so the buyer trusts the shipping cutoff.
Offer. Drop the percentage-off code. Editorial-luxury jewelry destroys margin perception the first time it discounts. Replace it with early access ("the first 48 hours, before the site") or a small add-on: complimentary engraving, a polishing cloth, insured shipping. Maison Vermeil's Solène drop tested "complimentary engraving through Sunday" against "10% off" on a split list. The engraving version lifted CTR from 2.1% to 3.4% and held AOV flat.
Copy angle. Collection story first, then care. Answer three questions in order: what is it, why was it made, how do I keep it. The care block is the most underused device in jewelry email. It builds trust, extends the relationship past the first purchase, and kills the "tarnish" return-rate complaints that are really care mistakes. Hold it to three bullets. Maison Vermeil's care trio (last on, first off; store flat, apart; wipe, don't soak) pulls more replies than any other section.
CTA. One. Jewelry newsletters that stack three buttons ("shop new," "read the journal," "book a consult") split clicks and depress the primary one. A single "Shop the [Collection]" button pulls 70%+ of total clicks. Place it after the story and care, not above the fold, because buyers need the context before the link.
Numbers to model against. For a healthy fine-jewelry list, target 38 to 45% open rate, 2.5 to 3.5% CTR, and $1.50 to $4.00 revenue per recipient on a drop. Demi-fine and vermeil ($80 to $300) tend to run higher CTR (3 to 5%) and lower AOV.
Why it renders in every inbox
Jewelry email leans on large imagery and refined type. That is exactly the combination that breaks in inboxes when it is not hand-built. This template follows the rules that hold a gold-on-cream layout from Apple Mail to Outlook 2016.
Nested tables, not divs. Every container is an HTML table with nested cells. Gmail clips anything over 102kb and strips sections it dislikes in div-based layouts; tables survive. An outer table sets the 600px canvas. Inner tables hold the hero, the story, the care block, the button, and the footer.
Inline CSS. Gmail and Yahoo ignore style blocks for all but a few properties. Every style here sits inline on its element, so the typography, spacing, and gold accents hold.
Bulletproof VML button for Outlook. Outlook 2007 through 2021 render email in Microsoft Word, not a browser. Word cannot draw a CSS background on an anchor tag, so a normal button shows up as a bare text link with no fill. This template ships a v:roundrect button wrapped in MSO conditional comments, so the gold CTA keeps its fill and click target in the Word engine. A second fallback anchor covers every non-Outlook client.
Live text over image text. Subject lines, prices, and the CTA are real text, not baked into JPGs. Live text stays selectable, readable to screen readers, and sharp on retina. Images carry mood only.
Dark mode support. Apple Mail and Outlook.com invert backgrounds in dark mode and can flip a cream newsletter into a jarring reverse. The template pins an explicit background color on every section, so the email holds its warm palette instead of inverting.
One mobile media query. iPhones account for roughly half of jewelry opens. A single max-width:480px query scales the headline down and lets the layout stack. No multiple breakpoints. No JavaScript.
Web-font fallbacks. The headline can call an editorial serif, but every font stack ends in Georgia, Times New Roman, serif. When the web font is blocked (it usually is, in Gmail), the layout falls back to a system serif with no shift.
How to use it in Klaviyo or Mailchimp
1. Copy the HTML. Take the full HTML from the export. Or copy the MJML, compile it (npx mjml input.mjml -o output.html), and copy that output.
2. Paste into your ESP. Klaviyo: in a campaign or flow email, drop in an HTML block and paste. For a pure HTML email, pick the HTML template type and paste the whole document. Mailchimp: Create, Code your own, Paste in code. Drop the full HTML into the editor.
3. Swap brand, colors, links. Replace Maison Vermeil with your house name. Update the hero image URL (host it in Klaviyo's library or a CDN), the collection URL, and the logo. Keep the warm palette or swap the accent gold (#9a7b4f) for your metal tone. For silver and white-gold brands, a cooler #6b7280 on the same cream reads as platinum without breaking the layout.
4. Wire merge tags. Klaviyo: greeting {{ first_name|default:'there' }}. Unsubscribe with {{ unsubscribe }}. Postal address with {{ organization.address }}. Pull the collection URL from a catalog feed with {% catalog_item 'SOL-NECK-01' %} if you sync products. Mailchimp: greeting *|FNAME|* with a fallback (*|IF:FNAME|*Hi *|FNAME|*|ELSE:Hi there|*END:IF|*). Unsubscribe *|UNSUB|*. Address *|ADDRESS|*. Collection link *|PRODUCT_URL:[$id]|* with a connected store. Jewelry-specific personalization: segment by last-viewed metal and surface it in the greeting or care block, e.g. Klaviyo {{ person|lookup:'preferred_metal' }} so a gold buyer never sees a silver lead image.
5. Test before you send. Send a test to Gmail (web and Android), Apple Mail on an iPhone, and Outlook on Windows. Toggle the iPhone to dark mode to confirm the background pins. Read the preheader. Confirm the CTA shows a filled gold button in Outlook, not a text link. Check that the hero carries alt text ("Solène gold arc necklace on linen").
Questions
Is this jewelry newsletter template free? +
Yes. Copy the HTML and MJML and use them in Klaviyo, Mailchimp, or any ESP, for client or in-house jewelry brands. No license fee. Keep the unsubscribe link and physical address in place to stay CAN-SPAM and GDPR compliant.
Will it render in Outlook? +
Yes. The CTA is a bulletproof v:roundrect VML button wrapped in MSO conditional comments, so Outlook's Word engine draws the gold fill and click target instead of collapsing the button to a text link. The layout uses nested tables, which Outlook renders reliably, and inline CSS, which Outlook requires.
Can I change the colors and fonts for my jewelry brand? +
Yes. The accent gold (#9a7b4f), warm background (#f4f0ea), and ink text (#2b2520) are declared once and inlined throughout. Swap them in the mj-attributes block and re-export, or find-and-replace in the HTML. The headline serif falls back to Georgia and Times New Roman when a web font does not load in Gmail.
Do I need to know HTML to use it? +
No. Paste the compiled HTML into a Klaviyo HTML block or Mailchimp's Paste in code editor, then edit the visible text and links in place. For deeper edits like colors and spacing, a find-and-replace covers most changes. The included MJML source compiles to the same HTML if you want to restructure.
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 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 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