Change from
This commit is contained in:
parent
1a848756df
commit
9875071ee4
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ async function sendConfirmationEmail(
|
|||
`${lang}/confirm/${letter.confirmationToken}`,
|
||||
import.meta.env.PUBLIC_URL
|
||||
);
|
||||
const from = `${t("website_name")} <info@re-set.cz>`;
|
||||
const from = `${t("website_name")} <vig@re-set.cz>`;
|
||||
|
||||
const { title, htmlBody, plainBody } = await renderMail({
|
||||
lang,
|
||||
|
|
Reference in a new issue