Charitable Documentation

Learn how to make the most of Charitable with clear, step-by-step instructions.

The email manager: the full reference

Requires: Charitable Pro 1.8.18+

If you just want the short version, read Getting started with the email manager. This page covers the whole screen, including the parts you will only need occasionally.

How the screen is arranged

Settings > Emails holds every email Charitable and your add-ons can send. The individual emails sit in a list grouped by who receives them, with the editor beside the list, and the settings that apply to every email have sub-tabs of their own.

Your data carried over exactly. Subjects, content, and each email’s enabled or disabled state are unchanged. There is no migration step and nothing to re-save.

The four sub-tabs

Sub-tabScope
EmailsThe individual emails, grouped by audience, with the editor beside them.
GeneralSettings shared by every email, such as the from name and address.
CustomizationThe shared look: logo, colors, footer.
StatusEmail Health and Recently Sent. The label carries a badge when health is not OK.

The groups

Emails are grouped by who receives them, in this order:

GroupContents
Donor EmailsEverything that reaches the person who gave, such as receipts and thank-yous.
Admin NotificationsWhat your team is told when something happens.
TributesAdded by the Tributes add-on.
RewardsAdded by the Rewards add-on.
Team & CreatorsAdded by the Team & Creators add-on.
SystemPassword resets and other WordPress-level mail.
MoreAnything that does not declare a group of its own.

Groups for add-ons you do not have do not appear.

Adding your own group

Developers can register a group with the charitable_email_categories filter. Each entry takes a label and an order, and the built-in groups use 10 (Donor), 20 (Admin), 25 (Tributes), 28 (Rewards), 30 (Team & Creators), 40 (System) and 99 (More), so pick an order that puts yours where you want it.

add_filter( 'charitable_email_categories', function ( $categories ) {
    $categories['my_group'] = array(
        'label' => __( 'My Emails', 'my-plugin' ),
        'order' => 35,
    );
    return $categories;
} );

The editor

Selecting an email from the list opens it on the right. You get:

The full WordPress editor, including Add Media, so images do not require hand-written HTML.

A live preview, updating as you type.

Desktop and Mobile preview buttons. Mobile scales the email to phone width, and it is the one worth checking before you save: most donors read on a phone, and a layout that reads well on a desktop does not always survive the trip.

The ⋮ actions menu on an email holds four more:

Send test mails the email to your own address.

Preview opens the email full size.

Copy from… pulls another email’s content into the one you are editing. This is the fastest way to build a matching pair, such as a receipt and its admin counterpart, without copying between browser tabs.

Reset to default restores the content Charitable ships with, which is useful when an edit has gone wrong and you would rather start again than reconstruct the original.

Merge tags and test sends

Merge tags behave as they always have in real emails.

In a test email, a tag with no value renders a labelled placeholder, such as [donor first name not set], rather than an empty gap. An empty gap reads as broken template text. Real emails are unaffected: a donor never sees a placeholder.

The test email’s Data dropdown is labelled Latest donation, which is exactly what it uses, your most recent real donation. It does not invent figures.

Email Health

On the Status sub-tab, Email Health reports problems worth your attention. The most useful case is sends that failed: a bounced or rejected email is otherwise invisible until someone tells you they never got their receipt.

Alerts are dismissible. Once you have dealt with the underlying problem, dismiss it and it stays dismissed rather than nagging. While health is not OK, the Status sub-tab shows a badge, so you see it without going looking.

Recently Sent

Also on the Status sub-tab: a record of what actually went out and, new in 1.8.18, who it went to. When a donor says they did not receive their receipt, this answers whether it was sent, when, and to which address, which is usually enough to tell a delivery problem from a wrong address.

The single-table view

The previous Emails screen is still available. Add ?view=classic to the Emails settings URL, and ?view=manager to come back. Charitable stores the choice against your user account, so you set it once rather than on every visit.

Both views read and write the same settings, so switching between them cannot lose anything.

Related

Still have questions? We’re here to help!

Last Modified:

What's New In Charitable

View The Latest Updates
🔔 Subscribe to get our latest updates
📧 Subscribe to Emails

Email Subscription

Join our Newsletter

We won’t spam you. We only send an email when we think it will genuinely help you. Unsubscribe at any time!

Improvement Payments

💰 Accept Recurring Donations with Windcave and Charitable

A donor sets their gift up once on Windcave’s secure payment page, and Charitable bills every renewal after that on schedule. Why this is important:

🏦 Organizations banked in New Zealand or Australia: monthly giving on the gateway your bank already set you up with, with no second processor to onboard.
⛪ Churches taking regular tithes and offerings: congregants set their own schedule once, which is the simplest way to launch recurring church giving without a separate platform.
🌏 Groups with donors in several currencies: Windcave handles more than 20, so a supporter can give in the currency they actually hold.
📅 Operating funds rather than one-time campaigns: switch on Recurring Only mode and the one-off option disappears, so every gift to that campaign is a subscription.
🧾 Teams with no developer on staff: 3 sets of credentials pasted into a settings page, and no code anywhere.

Check out our announcement here.

automation update

⚡ Visual Automation Builder: Drag and Drop With No Code!

Charitable Automation Connect 2.3.0 introduces the Visual Automation Builder, a full-screen canvas that lays each automation out as a flow of connected cards: a trigger, optional conditions, and a list of actions that run in order.

🧩 Many actions, one trigger: Tag a donor, send an email, add a note, and fire a webhook from a single event, dragged into any order.

✉️ Act inside Charitable: New Send Email, Tag Donor, and Add Donor Note actions run with no external service required.

🔤 Merge tags: Personalize emails and notes with live fields like {first_name}, {total}, and {campaign_name}.

🔁 Apply to existing donors: Run Tag Donor and Add Donor Note against the donors you already have.

🖥️ Canvas or Simple: Switch views anytime, and automations built before 2.3.0 keep working unchanged.

Read more here.

Integration updated

📬 Introducing Brevo for Charitable: Turn Donors into Subscribers Automatically

The moment a supporter makes a gift is when they are most engaged. With the new Brevo integration for Charitable, you can automatically turn those one-time donors into long-term subscribers without touching a single spreadsheet.

Simply collect donor consent right on your donation form and start your welcome series immediately.

What’s New:

🔄 Automated Subscriber Sync: New donors who opt in are added straight to your Brevo contact list as soon as their payment clears—no manual exports or CSV imports required.

🎯 Granular Consent & Opt-In Control: Customize your checkbox label, choose whether it defaults to checked or unchecked, or turn on Brevo double opt-in to keep your list clean and compliant.

📋 Per-Campaign List Mapping: Route supporters to your global email list or map specific campaigns to targeted Brevo lists to tailor your follow-up messaging.

⚡ 5-Minute Setup: Connect instantly by pasting your Brevo API key into the Newsletter settings, map your contact fields, and start building your email list on autopilot.

Ready to grow your mailing list? Brevo is available now starting on the Charitable Plus plan—connect your account today!

recurring donations updated

💳 Introducing Card Updates: Fix Expired Cards Without Losing Subscriptions!

newExpired or updated credit cards are one of the biggest silent leaks in recurring fundraising. With Card Updates in the Recurring Donations extension, donors can now refresh their payment details directly—keeping their subscription, schedule, and giving history completely intact.

No canceled plans, no lost history, and zero administrative headache for your team.

What’s New:

⚡ 30-Second Self-Service: Donors get a dedicated “Update Card” button in their dashboard that opens Stripe’s secure, PCI-compliant Customer Portal to update card details instantly.

🔒 Scoped & Safe Access: Scoped exclusively to card updates by default, donors can’t accidentally cancel or alter their plans from inside the portal, keeping your webhooks and data in sync.

🤝 Admin-Assisted Support: Helping a donor on the phone? Open their secure Stripe portal in one click from your admin screen or generate a single-use update link to email them.

📋 Automatic Audit Trail: Every payment method update is recorded automatically with a timestamp in both system-wide logs and the individual donor’s profile.

Ready to protect your recurring revenue? Get the Plus or Pro plan and update Recurring Donations to 2.3.0+ and enable “Update Payment Method” under your Settings today!

Integration page builder

Divi Fans Rejoice! Native Divi 5 Campaign Progress Bar Module!

With our new native Divi 5 module, you can anchor your microsites with real-time fundraising stats directly on the visual canvas. Here’s how it works, and why it’s worth turning on today.

Create campaign updates that are VISUAL AND LIVE. You can also:

📊 Campaign Progress Bar: Drop a live progress bar into any Divi 5 layout and show goal progress in real time.

🎨 Deep styling controls: Easily customize the bar and track color, height, and radius to match your brand perfectly.

👁️ Visual Builder ready: Configure and preview everything directly on the Divi canvas as a first-class module.

🔁 Identical rendering: The same exact engine powers this module, meaning consistent design without legacy shims.

✅ Faster launches: Never leave the Divi 5 interface to configure shortcodes or guess how your goal labels will look.

Learn more here.