@dibs-tech/mail-client
Advanced tools
Comparing version 1.3.1 to 1.4.0
@@ -164,2 +164,6 @@ const SparkPost = require('sparkpost'); | ||
MailClient.prototype.transactions = function transactions(subject, message, options, cb) { | ||
this.sendEmail('transactions@ondibs.com', subject, message, options, cb); | ||
}; | ||
module.exports = MailClient; |
{ | ||
"name": "@dibs-tech/mail-client", | ||
"version": "1.3.1", | ||
"version": "1.4.0", | ||
"description": "A mail client implementation, using sparkpost", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
7354
153