emailjs icon indicating copy to clipboard operation
emailjs copied to clipboard

Request for proxy support

Open dvikan opened this issue 11 years ago • 5 comments

Request for proxy support

dvikan avatar Jul 09 '13 09:07 dvikan

i don't know what this is?

eleith avatar Apr 07 '14 07:04 eleith

For example, nodemailer supports it: https://nodemailer.com/smtp/proxies/

markb-trustifi avatar Jun 02 '21 15:06 markb-trustifi

re-opening as, after looking over nodemailer's implementation, it seems doable here.

@dvikan @markb-trustifi would you be able to craft a PR for this?

zackschuster avatar Jun 07 '21 15:06 zackschuster

re-opening as, after looking over nodemailer's implementation, it seems doable here.

@dvikan @markb-trustifi would you be able to craft a PR for this?

Hi, proxy function doesn't really work with nodemailer, there are multiple issues including this one ( https://github.com/nodemailer/nodemailer/issues/1024 ) which is tagged wontfix. I also can confirm that this isn't working even with the latest version, we use nodemailer in our backend, it works perfectly fine without corporate proxy, but not with it. Maybe you can do it better, but I wouldn't know how. ;)

mpgalaxy avatar Nov 04 '21 14:11 mpgalaxy

that seems like it could easily be a permissions issue with the proxy itself, and not nodemailer's implementation. i'm not discouraged based on that report.

zackschuster avatar Nov 04 '21 16:11 zackschuster