Skip to content

Commit

Permalink
fix: email sender
Browse files Browse the repository at this point in the history
  • Loading branch information
dlv237 committed Jul 23, 2024
1 parent 84eac81 commit 08da4ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion my-app/src/pages/api/mailer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
`;

await transporter.sendMail({
from: '"Table" <no-reply@table.cl>',
from: '"Table" <info@table.cl>',
to: architectEmail,
subject: `Nueva solicitud de contacto de ${name}`,
html: emailHtml
Expand Down

0 comments on commit 08da4ef

Please sign in to comment.