Welcome Email for Fitness Brands That Fills Class One

A new member's motivation peaks the minute they sign up, then rots by Monday. This fitness welcome email lands while that motivation is hot and books them into the first class before the couch wins.

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

What makes this welcome work for fitness / gym

Trigger. Fire the instant someone grabs the free trial, books a class, or downloads the free workout guide. In Klaviyo, set the metric on the "Free Week Pass" list submit, not a daily batch. Fitness intent decays in hours, so trigger on the form submit.

Timing. Send within 2 minutes. Klaviyo benchmark data puts welcome open rates near 51 percent for health and fitness, against about 38 percent for promotional mail. Every hour of delay after signup drags the class-booking click rate down. Send at the moment of signup regardless of time of day.

Offer. One concrete, low-friction first step. "Your first class is on us" beats "Welcome to the community." A free class or 7-day trial removes the price anxiety that keeps first-timers out of the gym. Lead with the freebie. Skip the membership pitch for email one.

Copy angle. Kill gym intimidation. First-timers worry about what to wear, where to park, and whether they will be the slowest one in the room. Your welcome answers those questions. A short "what to expect" block (arrive 10 minutes early, meet your coach, here is what to bring) outperforms a paragraph about your mission. Real subject line that pulls for studios: "Your free class is inside, {{ first_name }}." Body opener that works: "Show up. Sweat. See what you are made of."

CTA. One action, repeated. "Claim my free class" linked to the booking page with the class already filtered. Do not split attention with "follow us on Instagram" or "read the blog." The single start CTA is the only button in the email. We repeat the same button once more at the bottom because a repeated CTA lifts clicks without adding a second decision.

Numbers. Studios that send a triggered welcome inside 5 minutes typically see class-booking click-through 3 to 4 times higher than same-week batch sends. The free-class offer converts trial signups to first attendance at roughly 35 to 45 percent when the email lands inside the motivation window.

Why it renders in every inbox

Nested tables, not divs or flex. The HTML Mailwright exports is built like email was built in 2005, on purpose. Every layout block is a nested <table>. Gmail, Outlook, and Yahoo strip flexbox and grid, and several clients ignore <div> width. Tables are the one structure every inbox respects.

Inline CSS. Each <td> carries its own font-size, color, padding, and background. Email clients discard <style> blocks partly or entirely. Inline CSS survives.

Bulletproof VML button. Outlook 2007 through 2021 render on Microsoft Word's engine, which ignores CSS border-radius and flattens rounded anchor buttons into plain rectangles. The export injects VML (Vector Markup Language) so the button draws in Outlook with the correct background fill and rounded corners. Mailwright's mj-button handles this automatically.

Live text, not images. Apple Mail and Gmail block images by default for many recipients. If your headline and offer live in a PNG, the email is blank until the reader allows images. Live text always renders. Your class times and the free-class offer read the moment the inbox opens.

Dark mode. The exported head carries <meta name="color-scheme" content="light dark"> and <meta name="supported-color-schemes" content="light dark">, so Apple Mail and Outlook dark mode treat your backgrounds predictably instead of turning the near-black hero into a washed-out grey.

One mobile media query. Scoped to max-width 480px, it bumps the hero font size down and stacks the schedule columns. Nothing more. Heavy media-query CSS trips spam filters at some ESPs and breaks in older Android clients.

Web font fallbacks. The template loads Inter from Google Fonts with a full fallback chain to Helvetica, Arial, and the system sans-serif. If the font request is blocked, the email still reads clean.

How to use it in Klaviyo or Mailchimp

1. Copy the exported HTML.

2. Klaviyo: open your flow email, set the editor to HTML, and paste. Or drag an HTML block into a Drag-and-Drop email and paste into the block. Mailchimp: start a campaign, choose Code your own, then Paste in code, and drop the HTML in.

3. Swap the brand. Replace the studio name in the header and footer. Replace the hero and accent colors. The demo accent is #c8ff00 (a gym-green) on near-black #14110f. Paste your client's two brand colors and the hex updates everywhere inline.

4. Wire the merge tags. Klaviyo uses {{ first_name|default:'athlete' }} so the greeting never shows a blank for that trial signup who skipped the name field. Mailchimp uses *|FNAME|*. Replace the booking link with your scheduling URL: for a Mindbody studio, the class booking deep link; for a tool like GymLead, the calendar URL with the "free first class" service preselected.

5. Test before you send. Run Klaviyo's Preview across Gmail (web), Apple Mail (iOS and macOS), and Outlook (Windows). Toggle dark mode in the Apple Mail preview. Send a live test to a real Outlook account, because Outlook is the one client that breaks silently.

Questions

Is this fitness welcome email template free? +

Yes. Copy the HTML and the MJML, brand it for your studio or gym client, and send. No signup, no paywall. You only pay your ESP, Klaviyo or Mailchimp, to deliver it.

Will the free-class button actually render in Outlook? +

Yes. The CTA is a bulletproof VML button, so Outlook's Word engine draws it with the correct background and rounded corners instead of flattening it to a plain link. Tested across Outlook 2016, 2019, and Outlook for Microsoft 365 on Windows.

How do I change the gym-green accent to my client's brand color? +

Find the hex in the button background and the bottom band (the demo uses #c8ff00) and replace it with your client's accent. Swap the near-black #14110f for their primary. Both sit inline in the HTML, so a single find-and-replace covers every instance.

Do I need to know HTML to use this for my gym clients? +

No. Copy, paste into Klaviyo or Mailchimp, and edit the words in the editor. HTML helps if you want to move sections or recolor manually, but the template sends as-is. Most studio teams swap the class times, address, and booking link, then ship.

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