Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
cesarjorgemartinez opened this issue Jul 12, 2018 · 3 comments

Comments

@cesarjorgemartinez
Copy link
Contributor

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
@AlvaroVega
Copy link
Member

related with #80

@AlvaroVega
Copy link
Member

AlvaroVega commented Jul 20, 2018

keystone spassword uses common python library smtplib not nodemailer (for node?)

According with documentation about smtplib https://docs.python.org/2/library/smtplib.html there are not special optiosn for TLS

@AlvaroVega
Copy link
Member

@cesarjorgemartinez What is the bug exactly?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants