Skip to content

Verify and program if it is the case if support all TLS options as nodemailer use #82

@cesarjorgemartinez

Description

@cesarjorgemartinez

Options using by node:
https://nodemailer.com/smtp/

TLS options
secure – if true the connection will use TLS when connecting to server. If false (the default) then TLS is used if server supports the STARTTLS extension. In most cases set this value to true if you are connecting to port 465. For port 587 or 25 keep it false
tls – defines additional node.js TLSSocket options to be passed to the socket constructor, eg. {rejectUnauthorized: true}.
ignoreTLS – if this is true and secure is false then TLS is not used even if the server supports STARTTLS extension
requireTLS – if this is true and secure is false then Nodemailer tries to use STARTTLS even if the server does not advertise support for it. If the connection can not be encrypted then message is not sent

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions