-
Notifications
You must be signed in to change notification settings - Fork 1
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
Using the proxy class for nodemailer #2
Comments
No experience with nodemailer in combination with socks on BTP's connectivity. https://blogs.sap.com/2019/11/28/send-an-email-from-a-nodejs-application/ |
Yes I saw that already. But this ist not supporting onpremise (SMTP) Connections |
Then you can certainly try with a custom implementation inspired by or using this module, but I have no experience with it. |
I have now nodemailer running with the socks example from this site https://blogs.sap.com/2022/02/21/using-the-tcp-protocol-for-node.js-cloud-applications/ When I'm using your class / socket there is something wrong. I'm getting a failure response from our smtp server:
As I saw is that the coding is comparable... Do you have any idea what might be the difference? |
Hi T1mey im trying to acheive same can you provide some reference about solution??any repo link or your code sample would be nice.... |
Hello @piejanssens,
like you class and wanted to reuse it for nodemailer. (on-premise smtp server)
Just struggeling a bit with it.
Do you have any experience with nodemailer and your socks class?
The idea is to set the socks5 proxy handler to your socket.
The text was updated successfully, but these errors were encountered: