Skip to content

Commit

Permalink
Merge pull request #4316 from mainadennis/next
Browse files Browse the repository at this point in the history
add "name" property in nodemailer smtpTransportOptions to support hos…
  • Loading branch information
jainpawan21 authored Oct 2, 2023
2 parents 8785a6d + 17cb433 commit c13c527
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 c13c527

Please sign in to comment.