Skip to content

Commit

Permalink
fix email domain
Browse files Browse the repository at this point in the history
  • Loading branch information
Derick80 committed Jan 10, 2024
1 parent fa064f5 commit d52b155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/server/auth/auth-email.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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', {
Expand Down

0 comments on commit d52b155

Please sign in to comment.