One plan, no tiers
5dayemail
One subscription. Everything the product does, for everybody who pays it.
$49a month
Tax is included: any sales tax or VAT that applies where you are is already inside the $49 rather than added at the end, so the charge on your card is the figure on this page.
The subscription is what running this costs, and it is the only revenue here: there is no share of what you sell, no charge per subscriber and no charge per email. What it cannot do today is let you in — an account is opened by hand, a few at a time, so joining the waiting list comes first and paying comes after.
| Limit | Figure | Where it comes from |
|---|---|---|
| Active courses | 3, not counting archived ones | day_app.day_max_active_courses, sql/019_day_limits.sql |
| Readers per course | 2,000 on a new course, which is also the highest an ordinary account may set on one course — so it is a figure you lower to suit the course rather than one you raise. A course that reaches its own figure tells the opt-in page the list is full | DAY_SUBSCRIBER_CAP_DEFAULT in shared/day-collect-limits.ts, day_app.day_max_subscriber_cap in sql/025_day_course_cap.sql, day_trg_subscriber_cap in sql/019_day_limits.sql |
| Emails in a course | Between 5 and 10. This one does not lift for anybody, on any plan | day_course_day_count_chk, sql/002_day_core_tables.sql |
| Addresses you add yourself | 25 per account, counting typed addresses and imported ones together | shared/day-collect-limits.ts |
| Readers who join through your own opt-in page | Not counted against that allowance at all, and not charged for | shared/day-collect-limits.ts |
| Importing a list | Open to every account, as a re-permission campaign rather than a transfer | server/api/day/courses/[id]/subscribers/import.post.ts |
| Sending | One email per reader per day, with volume ramped over the first three weeks | dayDailySendCap, server/utils/day-reputation.ts |
| Your own sending domain | Not available at any price. Every creator sends from the one shared course domain | dayCourseFromAddress, worker/day-dispatch-message.ts |
| Taking your list with you | Export the whole subscriber list whenever you like. It is never gated on payment | server/api/day/courses/[id]/subscribers/export.csv.get.ts |