Skip to content

Commit

Permalink
updated defaultFrom
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Nov 2, 2024
1 parent 0b199f5 commit 3e52fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/altair-api/src/common/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const config = {
email: {
resendApiKey: process.env.RESEND_API_KEY,
audienceId: process.env.RESEND_AUDIENCE_ID,
defaultFrom: 'Altair GraphQL <no-reply@mail.altairgraphql.dev>',
defaultFrom: 'Altair GraphQL <mail@mail.altairgraphql.dev>',
replyTo: 'info@altairgraphql.dev',
},
};
Expand Down

0 comments on commit 3e52fba

Please sign in to comment.