Product Launch Email for Sneaker Brands

A drop-day email template for sneaker and streetwear brands, built around one silhouette, a real drop time, and an honest pair count. Paste the ESP-safe HTML into Klaviyo or Mailchimp and ship the launch email in an afternoon.

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

What makes this product launch work for sneakers / streetwear

Sneaker launches run on a clock, not a discount. The product is full price, scarcity is real, and the calendar does the selling. Here is how the pieces fit for a streetwear drop.

Trigger and timing. Run three sends, not one. T-48 hours: a teaser to your engaged list with the silhouette name, colorway, and drop time, and no buy link yet. Launch morning at 09:55 AM ET, five minutes before the 10:00 AM drop, so the email lands while people are already refreshing the product page. Then a last-call send 90 minutes after launch to everyone who opened but did not buy. If the silhouette sells out, a sold-out send goes to non-buyers pushing them to the waitlist for the next colorway. For member early access, gate the early link behind a Klaviyo profile property like member_tier = insider and send 24 hours before public. That early window is your strongest retention lever. It rewards the list without a discount code.

The offer is access, not a discount. Sneaker drops do not need 20 percent off. Price the Runner-2 at $165, ship free over $150, and make the offer the chance to buy before the public. Resist fake urgency. If you made 600 pairs, say 600 pairs. Resellers and your core audience both know the difference, and FTC guidance treats fabricated scarcity as a deceptive practice. Honest scarcity converts and keeps you out of trouble.

Copy angle. Name the silhouette, name the colorway, name the time. Lead with the pair count and the one-per-customer rule. Subject line: [DROP] FORM Runner-2 "Magma" - Friday 10am ET. Hero line: "Suede and ripstop upper. Vulcanized sole. Built in Portugal. Limited to 600 pairs worldwide." Body: drop time in ET, price, one per customer. That single block of facts outperforms three paragraphs of hype copy in streetwear inboxes.

CTA. One button, one verb. "Secure Your Pair" beats "Shop Now" on drop emails because it implies the pair might be gone later. Link it straight to the product page, never the homepage. Make the button full width on mobile, since most opens are phones and the buy window is measured in seconds.

Why it renders in every inbox

Sneaker emails get opened on phones during lunch breaks, on Outlook at work, and in Apple Mail in dark mode. The HTML has to survive all three. Here is the engineering behind it.

Nested tables, not divs. Every layout block is a nested HTML table with fixed pixel widths. Gmail strips flexbox and grid. Outlook's Word rendering engine ignores display: flex entirely. Tables render the same in 2003 Outlook and 2024 Gmail.

Inline CSS. Every style lives on the element it styles as a style attribute. Gmail drops the head stylesheet. Webmail clients strip style blocks. Inline styles survive both.

Bulletproof button for Outlook. Outlook does not render CSS border-radius or padding on anchor tags. The button ships as VML (Vector Markup Language) wrapped in conditional comments inside <!--[if mso]-->. Outlook sees a real rounded rectangle. Everyone else sees the HTML link.

Live text over images. The drop time, price, and pair count are real text, not burned into a JPEG. Live text scales on phones, translates for international buyers, and stays crisp on retina screens. Images hold the product photo and nothing else.

Dark mode support. The html tag carries color-scheme: light dark, and a prefers-color-scheme media query flips the card and text colors. Apple Mail and iOS Mail auto-invert backgrounds. Without it your black-on-white email blinds someone reading at 11pm the night before a drop.

One mobile media query. A single max-width: 480px query stacks the hero, widens the button, and bumps body text to 16px. One query keeps the file small and avoids the rendering bugs that multiply with every breakpoint.

Web-font fallbacks. Headings fall back through Helvetica Neue, Helvetica, Arial, sans-serif. No external font request, no flash of unstyled text, no broken layout when the font CDN is slow.

How to use it in Klaviyo or Mailchimp

1. Copy the HTML. Export the rendered HTML from the template, or compile the MJML below locally if you want to edit structure first.

2. Paste into your ESP. In Klaviyo: create a campaign, drag in an HTML block, paste the HTML, and leave "Convert categories to text" off so merge tags stay raw. In Mailchimp: start a campaign, choose Code your own, then Paste in code, and drop the HTML into the source view.

3. Swap the brand. Replace "FORM" with your client's wordmark, "Runner-2" with the silhouette name, "Magma" with the colorway, and the product image URL. Swap the hex values: accent #FF4A1A for the brand's signal color, #111111 for ink, #F4F4F4 for the canvas.

4. Wire the merge tags. Sneaker examples: the unsubscribe link becomes {{ unsubscribe_url }} in Klaviyo or *|UNSUB|* in Mailchimp. Personalize the subject: "*|FNAME|*, your early access opens in 24 hours" in Mailchimp, or "{{ first_name|default:'there' }}, your early access opens in 24 hours" in Klaviyo. UTM the buy link: ?utm_source=klaviyo&utm_medium=email&utm_campaign=runner2_magma_launch&utm_content=drop_cta.

5. Test before you send. Send a preview to a Gmail account, an iCloud or Apple Mail account, and an Outlook.com account. Toggle dark mode on iOS. Confirm the drop time renders in the recipient's local time, or label it clearly as ET. Confirm the button links to the product page, not the homepage. Schedule the launch send for 09:55 AM ET so it lands before the 10:00 AM drop.

Questions

Is this sneaker launch email template free to use? +

Yes. Copy the HTML, rebrand it for your sneaker or streetwear client, and send it. No credit, no fee. If you want Mailwright to generate branded variants across drops automatically and keep a per-client brand kit, that is the paid path.

Will the drop email render correctly in Outlook? +

Yes. The CTA uses a VML button wrapped in Outlook conditional comments, so Word-engine Outlook shows a real clickable rectangle with rounded corners. Layout sits in nested tables with inline CSS, which Outlook reads correctly. Test in Outlook.com before the drop send, the same as you would in Gmail.

How do I change the accent color to my sneaker brand's colorway? +

Swap the accent hex #FF4A1A in three spots: the top bar text, the "New silhouette" eyebrow label, and the CTA background. Update the same hex inside the dark-mode block in the head, or the accent stays orange in dark mode. Match the hero image background hex to your colorway name so the photo and the button read as one drop.

Do I need to know HTML to use this for my sneaker drops? +

No. Paste the HTML into Klaviyo or Mailchimp, change the text and links in the editor, and update the image URL. If you want to change structure, like adding a size-chart row or a second colorway, that is where basic HTML helps. Mailwright's chat builds those structural changes for you from a plain brief.

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