I'm getting
ERROR: Error: 140500104592424:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:s23_clnt.c:794
when try to connect my smtp server using STARTTLS.
I solved my problem following this instructions
nodemailer/nodemailer#358 (comment)
We need to add the requireTLS option from nodeMailer in this image. I can use the PR #9 as a model and write my own PR, but I would like to receive your comments before I begin to write.
I'm getting
when try to connect my smtp server using
STARTTLS.I solved my problem following this instructions
nodemailer/nodemailer#358 (comment)
We need to add the
requireTLSoption from nodeMailer in this image. I can use the PR #9 as a model and write my own PR, but I would like to receive your comments before I begin to write.