Skip to content

Commit 6995ec7

Browse files
danielfurtclaude
andcommitted
feat: adiciona joaohashi@gmail.com como destinatário de notificações
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b551e11 commit 6995ec7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

convex/emails.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const sendContactNotification = internalAction({
2323
},
2424
body: JSON.stringify({
2525
from: "Deriva <contato@deriva.earth>",
26-
to: [notificationEmail],
26+
to: [notificationEmail, "joaohashi@gmail.com"],
2727
subject: `Novo contato: ${args.nome}`,
2828
html: `
2929
<h2>Novo contato pelo site</h2>

0 commit comments

Comments
 (0)