chore: fix the send email problem

This commit is contained in:
Mahyargdz
2025-05-14 14:59:58 +03:30
parent 9bd662f872
commit 22ba9e52dc
6 changed files with 169 additions and 111 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ export function mailerConfig(): MailerAsyncOptions {
},
template: {
dir: process.cwd() + "/src/templates/email",
dir: process.cwd() + "/src/modules/templates/email",
adapter: new HandlebarsAdapter(),
options: {
strict: true,