diff --git a/app/server/auth/auth-email.server.ts b/app/server/auth/auth-email.server.ts index bca25d9..a1b9300 100644 --- a/app/server/auth/auth-email.server.ts +++ b/app/server/auth/auth-email.server.ts @@ -29,7 +29,7 @@ export type SendEmailOptions = { } export async function sendEmail(options: SendEmailOptions) { - const from = 'onboarding@resend.dev' + const from = 'derickchoskinson.com' const email = { from, ...options } const response = await fetch('https://api.resend.com/emails', {