-
Notifications
You must be signed in to change notification settings - Fork 108
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
TLS Certificates #80
base: master
Are you sure you want to change the base?
TLS Certificates #80
Conversation
Lines 297 to 303 in b76e5b2
Check these lines, a line is processed only if the code follows a <space> character
So if the server send Even I was trying to implement STARTTLS support but that would require quite some changes. Maybe we can pass another argument to the |
Or maybe create an array with all SMTP Service Extensions available with server? This can help further if someone wants to implement/handle some other extension. 🤔 |
@CCAtAlvis , thank you for feedback. I tested this PR with google email account on gmail. It had no "unencrypted" tags on emails I sent, so I guess this is more or less a working solution. If you think you can improve this PR, you are welcome to. This looks like a dead repo (last updated in 2019). I think a greater issue is finding a new maintainer for this repo. |
@markgrin Ahh yes, I overlooked the code, works perfectly fine. I am rewriting the code base for my learning, might as well open source it! |
@markgrin would it be okay for you if I fork this repo, merge your PR and publish it to npm as something like sendmail-tls? |
Adding option to pass key and certificates to tls connection.
Description
Adding tls certificate solved this issue for me:
#76
Motivation and Context
#76 - I had this problem
How Has This Been Tested?
Sent emails to gmail
Types of changes
Checklist: