Skip to content

Commit

Permalink
feat(be): ✨ add port configuration for resend mailer
Browse files Browse the repository at this point in the history
[docker-latest]
  • Loading branch information
lehuygiang28 committed Aug 22, 2024
1 parent 5b31328 commit f6ff9d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/be/common/src/mail/mail.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export class MailerConfig implements MailerOptionsFactory {
this.configService.get('mail.resendUser', { infer: true }) ?? 'resend',
pass: this.configService.getOrThrow('mail.resendApiKey', { infer: true }),
},
port: 2587,
},
});
}
Expand Down

0 comments on commit f6ff9d8

Please sign in to comment.