Skip to content

Commit

Permalink
Merge branch 'next' into fix/show-filter-modal-in-production
Browse files Browse the repository at this point in the history
  • Loading branch information
LetItRock authored Oct 2, 2023
2 parents d9a70d5 + c13c527 commit c20a85a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions providers/nodemailer/src/lib/nodemailer.provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export class NodemailerProvider implements IEmailProvider {
const tls: ConnectionOptions = this.getTlsOptions();

const smtpTransportOptions: SMTPTransport.Options = {
name: this.config.host,
host: this.config.host,
port: this.config.port,
secure: this.config.secure,
Expand Down

0 comments on commit c20a85a

Please sign in to comment.