Skip to content

Commit 7dad816

Browse files
Add smtp support
1 parent 09c288b commit 7dad816

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config/plugins.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ export default ({ env }) => ({
4242
apiKey: env('RESEND_API_KEY'),
4343
},
4444
settings: {
45-
defaultFrom: 'onboarding@resend.dev',
46-
defaultReplyTo: 'onboarding@resend.dev',
45+
defaultFrom: 'no-reply@undershows.com.br',
46+
defaultReplyTo: 'no-reply@undershows.com.br',
4747
},
4848
},
4949
},

0 commit comments

Comments
 (0)