File tree Expand file tree Collapse file tree
packages/backend/mutations Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import { DEFAULT_EMAIL_PLAN } from "../lib/defaultEmailPlan";
66import { getCurrentUser } from "../lib/ids" ;
77
88// Default from address - should be configured per deployment
9- const DEFAULT_FROM_EMAIL = "March Fitness <noreply@marchfitness.com >" ;
9+ const DEFAULT_FROM_EMAIL = "March Fitness <noreply@march.fit >" ;
1010
1111// Helper to check if user is challenge admin
1212async function requireChallengeAdmin (
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { getCurrentUser } from "../lib/ids";
55import { isPaymentRequired } from "../lib/payments" ;
66
77// Default from address - should be configured per deployment
8- const DEFAULT_FROM_EMAIL = "March Fitness <noreply@marchfitness.com >" ;
8+ const DEFAULT_FROM_EMAIL = "March Fitness <noreply@march.fit >" ;
99
1010// Internal mutation for seeding
1111export const create = internalMutation ( {
Original file line number Diff line number Diff line change 1+ # 2026-02-08 Resend email setup
2+
3+ - [ ] Verify Resend domain and set a verified from address
4+ - [ ] Create Resend API key and add to Convex env vars
5+ - [ ] Disable Resend test mode for production
6+ - [ ] Smoke test email send in dev/prod
You can’t perform that action at this time.
0 commit comments