node-mailgun icon indicating copy to clipboard operation
node-mailgun copied to clipboard

Mailgun for Node.js

Results 3 node-mailgun issues
Sort by recently updated
recently updated
newest added

Prevents throwing exceptions when there are network errors (or when mailgun is under [DDoS like yesterday](http://status.mailgun.com/incidents/cnfz1y1qgbx8)) Thanks @captain401

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

Our team is using node and mailgun, so I added new api support. Please check if this matched your design of this project and I can keep improve it.