Adjusted mail title
This commit is contained in:
parent
895e346e59
commit
314ceaca9d
@ -101,7 +101,7 @@ export class Mailer {
|
|||||||
fs.writeFileSync("./test.tmp", body_txt);
|
fs.writeFileSync("./test.tmp", body_txt);
|
||||||
const mail: MailOptions = {
|
const mail: MailOptions = {
|
||||||
to: to_address,
|
to: to_address,
|
||||||
subject: i18next.t("subject_reset", Mailer.interpolations).toString(),
|
subject: i18next.t("test-mail", Mailer.interpolations).toString(),
|
||||||
text: body_txt,
|
text: body_txt,
|
||||||
html: body_html
|
html: body_html
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user