feat(mail): redesign email templates with TeamWallet branding and shared layout partial
This commit is contained in:
@@ -36,6 +36,15 @@ export class MailConfigService implements MailerOptionsFactory {
|
||||
adapter: new HandlebarsAdapter(),
|
||||
options: {
|
||||
strict: true,
|
||||
partials: {
|
||||
dir: path.join(
|
||||
this.configService.get('app.workingDirectory'),
|
||||
'src',
|
||||
'mail',
|
||||
'mail-templates',
|
||||
'partials',
|
||||
),
|
||||
},
|
||||
},
|
||||
},
|
||||
} as MailerOptions;
|
||||
|
||||
Reference in New Issue
Block a user