nodemailer-mailgun-transport
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -5,3 +5,3 @@ { | ||
"description": "A transport module to use with nodemailer to leverage Mailgun's REST API", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"keywords": [ | ||
@@ -8,0 +8,0 @@ "email", |
@@ -29,3 +29,4 @@ nodemailer-mailgun-transport | ||
auth: { | ||
api_key: 'key-1234123412341234' | ||
api_key: 'key-1234123412341234', | ||
domain: 'one of your domain names listed at your mailgun.com/app/domains' | ||
} | ||
@@ -32,0 +33,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4917
57