SamDecrock / node-http-ntlm

Node.js module to authenticate using HTTP NTLM
MIT License
192 stars 89 forks source link

Usage for sending an email. #40

Closed alteredstudio closed 1 year ago

alteredstudio commented 8 years ago

It would be helpful to have usage for sending an email. I use the C# version but want to use JS to do the same.

Something like: https://www.emailarchitect.net/easendmail/kb/javascript_xaml.aspx?cat=10

SamDecrock commented 1 year ago

Here are some examples that use my library to make SMTP connections: https://snyk.io/advisor/npm-package/httpntlm/example Maybe that can help?