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);
|
||||
const mail: MailOptions = {
|
||||
to: to_address,
|
||||
subject: i18next.t("subject_reset", Mailer.interpolations).toString(),
|
||||
subject: i18next.t("test-mail", Mailer.interpolations).toString(),
|
||||
text: body_txt,
|
||||
html: body_html
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user