Skip to content

Commit

Permalink
Configured new domain with Resend API.
Browse files Browse the repository at this point in the history
  • Loading branch information
DevSrijit committed Apr 22, 2024
1 parent 669c033 commit fa3bd29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/api/contact.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default async function contact(
res: NextApiResponse
) {
const { data, error } = await resend.emails.send({
from: 'site@codedaykolkata.live',
from: 'site@cdkol.live',
to: ['[email protected]', '[email protected]'],
subject: `[Received from Site] : ${req.body.subject}`,
text: `Message from ${req.body.userEmail}\n` + req.body.message,
Expand Down

0 comments on commit fa3bd29

Please sign in to comment.