Skip to content

Commit 28f0b73

Browse files
committed
resend
1 parent 8e34496 commit 28f0b73

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

packages/backend/mutations/emailSequences.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { DEFAULT_EMAIL_PLAN } from "../lib/defaultEmailPlan";
66
import { 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
1212
async function requireChallengeAdmin(

packages/backend/mutations/participations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { getCurrentUser } from "../lib/ids";
55
import { 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
1111
export const create = internalMutation({

tasks/2026-02-08-resend-setup.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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

0 commit comments

Comments
 (0)