Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f6ff9d8

Browse files
committed
feat(be): ✨ add port configuration for resend mailer
[docker-latest]
1 parent 5b31328 commit f6ff9d8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/be/common/src/mail/mail.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export class MailerConfig implements MailerOptionsFactory {
5454
this.configService.get('mail.resendUser', { infer: true }) ?? 'resend',
5555
pass: this.configService.getOrThrow('mail.resendApiKey', { infer: true }),
5656
},
57+
port: 2587,
5758
},
5859
});
5960
}

0 commit comments

Comments
 (0)