Skip to content

Commit

Permalink
Also use sealcred.xyz for sealcred
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Damer committed Sep 25, 2023
1 parent db71a4b commit 02f7142
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/helpers/sendEmail.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,13 @@ export default async function ({
: scEmail({ domain, secret })

const from = forKetl ? 'Ketl' : 'SealCred'
const fromEmail = forKetl
? '[email protected]'
: '[email protected]'
console.log(`Sending email to ${to}`)

const info = {
from: `"${from}" <[email protected]>`,
from: `"${from}" <${fromEmail}>`,
html,
subject,
to,
Expand Down

0 comments on commit 02f7142

Please sign in to comment.