nodemailer-mailgun-transport
Advanced tools
Comparing version 0.0.3 to 1.0.0
@@ -5,3 +5,3 @@ { | ||
"description": "A transport module to use with nodemailer to leverage Mailgun's REST API", | ||
"version": "0.0.3", | ||
"version": "1.0.0", | ||
"keywords": [ | ||
@@ -8,0 +8,0 @@ "email", |
@@ -40,2 +40,5 @@ nodemailer-mailgun-transport | ||
subject: 'Hey you, awesome!', | ||
//You can use "html:" to send HTML email content. It's magic! | ||
html: '<b>Wow Big powerful letters</b>', | ||
//You can use "text:" to send plain-text content. It's oldschool! | ||
text: 'Mailgun rocks, pow pow!', | ||
@@ -42,0 +45,0 @@ }, function (err, info) { |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
5092
0
60