Skip to content

Commit

Permalink
fix: nodemailer config
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-van-woerkens authored Jan 19, 2024
1 parent 2714958 commit 45b0f18
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/app/src/api/shared-domain/infra/mail/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ import type SMTPConnection from "nodemailer/lib/smtp-connection";
export const mailerConfig: SMTPConnection.Options = {
host: config.api.mailer.host,
port: config.api.mailer.smtp.port,
secure: config.api.mailer.smtp.ssl,
tls: {
ciphers:'SSLv3'
},
...(config.api.mailer.smtp.login && config.api.mailer.smtp.password
? {
auth: {
Expand Down

0 comments on commit 45b0f18

Please sign in to comment.