node-mailgun
node-mailgun copied to clipboard
try to detect proxy based on env variables
if one of the following environment variables is set and is not empty a https proxy agent is set for all requests:
- process.env.http_proxy
- process.env.HTTP_PROXY
- process.env.https_proxy
- process.env.HTTPS_PROXY