Change from

This commit is contained in:
Ondřej 2024-02-26 09:53:03 +01:00
parent 1a848756df
commit 9875071ee4

View file

@ -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,