Skip to content

Commit

Permalink
fix dot
Browse files Browse the repository at this point in the history
  • Loading branch information
upacyxou committed Sep 25, 2023
1 parent 34a2166 commit 9619c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/sendEmail.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default async function ({
console.log(`Sending email to ${to}`)

const info = {
from: `"${from}" <ketl@mailuseketl.com>`,
from: `"${from}" <ketl@mail.useketl.com>`,
html,
subject,
to,
Expand Down

0 comments on commit 9619c4b

Please sign in to comment.