Digest
Milo Digest emails a periodic summary of your subscription business to you and your team.
Requirements
- Milo Subscriptions (free core)
- WooCommerce mode (metrics are computed from the order store)
- A valid license key (Milo Subscriptions > Settings > Licenses)
Setup
Activate the add-on: a weekly digest to the site admin email is scheduled immediately (Monday 8:00, site time). To adjust, go to Settings > General > Digest:
| Setting | Default | Effect |
|---|---|---|
| Send the digest | On | Master switch. |
| Frequency | Weekly | Daily (every morning 8:00), weekly (Monday 8:00), or monthly (1st, 8:00), site time. |
| Recipients | Admin email | Comma-separated list. |
Changing the frequency reschedules the next send automatically.
What the digest reports
Each email covers the period matching your frequency (last 24 hours, last 7 days, or last 30 days):
- New subscribers: subscriptions created in the period.
- Cancellations: subscriptions that reached cancelled status in the period.
- Revenue collected: totals of paid sign-up and renewal orders in the period.
- Renewals paid and failed payments: renewal orders that succeeded or failed.
- Renewals due in the next 7 days: always a 7-day forward window, with the expected amount.
- Active subscribers right now: the live count at send time.
The Digest admin page
Milo Subscriptions > Digest shows the numbers the next email will report, the schedule, the recipients, the last send, and a Send now button.
For developers
milo_digest_sent( $sent, $metrics )fires after each send attempt.- The digest uses
wp_mail(), so any SMTP plugin you already use applies.
Did this page miss something?
Tell us and we rewrite it, usually the same day.