Birthday Email for Nonprofit Brands That Leads With Impact
A birthday email for nonprofit brands ties today's date to a real person your donor already supports, then shows what their monthly gift did this year. Lead with the beneficiary, make the ask optional, and the donate click feels like a gift rather than a transaction.
What makes this birthday work for nonprofit
The nonprofit birthday has two flavors and they are not the same job. The donor birthday thanks the person who gives and protects renewal. The beneficiary birthday thanks the giver by showing them the specific person their money supports. The second one converts better, because the donor already has a relationship with one named beneficiary.
Most sponsorship and cause nonprofits keep a beneficiary birthday on the constituent record. Child sponsorship, animal rescue, scholarship funds, mentorship programs all fit. If your client has that field, this is the email to automate. If they do not, start with the donor birthday and use the year-in-review angle instead.
Trigger. Fire on the beneficiary's birthday date property, day-of, at 6am local. Klaviyo stores this as a date property on the sponsor's profile, for example child_birthday. Mailchimp stores it on a birthday merge field in the sponsored-member audience. Day-of beats the day before, because a "tomorrow is her birthday" message reads like marketing and a "today is her birthday" message reads like news.
Offer and CTA. Lead with a low-friction action, then make the donate ask optional. The strongest call to action on a beneficiary birthday is not "Donate." It is "Send Amara a birthday note." That note form captures engagement, and the donate option sits beside it as a $15 birthday gift tied to a concrete unit: a book for her classroom, a bag of feed, one vet visit. Concrete units beat dollar amounts in fundraising copy every time I have tested them.
Copy angle. Name the beneficiary by first name. Give the age. State one specific detail from the year, what she wants to be, her favorite subject, the name of the dog she walks. Then deliver this year's impact in real units, not adjectives. "22 books, three health checkups, a seat in the reading club" outperforms "your generosity made a lasting difference." Close with the optional ask and get out.
Numbers to expect. Triggered birthday emails to warm constituents open in the high 40s to low 50s percent, and donation conversion on the soft gift commonly runs 2 to 4 percent. The bigger win is retention. A constituent who gives a second time within 90 days of their first gift retains at roughly 60 percent over the next year, against roughly 20 percent for one-time donors who never get that second touch. This email is one of the cheapest second touches you can automate.
Why it renders in every inbox
The HTML under this email is table-based, not flex-based, because Gmail, Outlook, and Yahoo all still strip flexbox and float tables happily. Every layout container is a nested table, every cell is a td, and the width lives on the table, not in a style block. That is the only layout method that survives every inbox unchanged.
Every element carries inline CSS. Webmail clients like Gmail, Yahoo, and Outlook on the web keep inline styles and drop style blocks partially or fully, so anything that must render, renders inline. The head styles exist for the one or two clients that still read them.
The button is a bulletproof VML button, not an image. Outlook on Windows renders mail through Word's engine, which ignores border-radius, drops CSS backgrounds, and turns a styled link into a flat gray rectangle. The VML roundrect fallback draws a real rounded button with the correct background color in Outlook 2016 through 365, and the standard anchor tag shows through in every other client. No image means no broken-image icon when the donor is offline.
Impact numbers and the beneficiary's name are live text. Baking "Amara turns 9" into a hero image is the most common mistake I see in nonprofit creative. Apple Mail dark mode and Gmail image caching recolor or dim it, and screen readers skip it entirely. Live text scales, inverts cleanly in dark mode, and is readable to a donor using VoiceOver.
Dark mode is handled with a color-scheme meta tag in the head, plus a supported background style on the cream section. Apple Mail and Outlook dark mode respect the color-scheme hint and stop inverting the warm background to pure black, so the design holds its tone instead of going harsh.
There is one mobile media query, scoped to max-width 600px. It collapses the single column, grows the button tap target to a real thumb size, and sets body text to 16px so iOS Mail does not trigger its small-text auto-zoom. One query is enough. Two dozen is where bugs enter.
Web fonts declare a fallback stack. The headline loads a web font if the client allows it, then falls back to Georgia and the system serif. Gmail strips link tags entirely and Apple Mail blocks remote fonts until the recipient loads them, so the fallback has to be a font you have already designed around, not an afterthought.
How to use it in Klaviyo or Mailchimp
Copy the HTML from the export. In Klaviyo, open a new email and choose the HTML email type, or drag a raw HTML block into a drag-and-drop email where you need it. Paste the code into the source view. In Mailchimp, start a campaign, pick Email, choose Code your own, then Paste in code, and drop the full document in.
Swap four things before you send. The nonprofit name in the header and footer. The logo URL and the donation landing-page link. The three hex values that drive the design, the deep rust header, the burnt orange button, the cream body. And the beneficiary details in the body copy.
Wire the merge tags. These tokens turn a static template into a personal email.
In Klaviyo, the donor greeting is {{ first_name|default:'Friend' }}. The beneficiary name and age come off custom profile properties you sync from the CRM, for example {{ person|lookup:'child_name' }} and {{ person|lookup:'child_age' }}. Pass this year's impact as its own fields so the copy stays clean: {{ person|lookup:'impact_books' }} books, {{ person|lookup:'impact_checkups' }} health checkups. The donation link should carry the donor ID so the gift attributes correctly: https://give.example.org/birthday?donor_id={{ person|lookup:'donor_id' }}.
In Mailchimp, the same fields are merge tags: *|FNAME|* for the donor, *|CHILD_NAME|* for the beneficiary, *|CHILD_AGE|*, and *|IMPACT_BOOKS|*. The donation link uses *|DONOR_ID|*. If a record is missing the beneficiary field, set a default inside the tag, *|CHILD_NAME:Friend|*, so the email never reads "Today is 's birthday."
Set the trigger. In Klaviyo, build a Flow triggered by the date property child_birthday equals today, scheduled for 6am in the constituent's timezone. In Mailchimp, start a date-based automation on the birthday merge field with the same send-time rule.
Test before it goes live. Send a preview to Gmail on web and iOS, to Apple Mail on desktop, and to Outlook on Windows. Then toggle dark mode on an iPhone and confirm the cream background holds and the live text inverts cleanly. Fix any of those four before you schedule, not after.
Questions
Is this nonprofit birthday email template free to use? +
Yes. Free for any nonprofit client, in Klaviyo or Mailchimp, no credit card and no attribution required. Copy the HTML, paste, send.
Will the donate button hold up in Outlook? +
Yes. The button is a bulletproof VML button, so Outlook 2016 through 365 draws it as a real rounded button with the right background color instead of the flat gray rectangle Word's renderer normally produces. The table layout holds in the same clients.
Can I match our nonprofit's brand colors? +
Yes. Three hex values drive the whole email. Change the deep rust header, the burnt orange button, and the cream body in the head attributes and on the button inline, and the rest follows. Keep enough contrast against the live text and you stay accessible.
Do I need to know HTML to use this? +
No. Paste the code, change the copy, swap the link. The only code-shaped tokens are the merge tags, and they are documented above with nonprofit examples. If you can edit a sentence, you can ship this email.
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 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 Jewelry brandsMaison Vermeil
- 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