@dibs-tech/mail-client
Advanced tools
Comparing version 1.6.0 to 1.7.0
@@ -85,2 +85,3 @@ const SparkPost = require('sparkpost'); | ||
if (options.attachments) transmissionObj.content.attachments = options.attachments; | ||
if (options.pool) transmissionObj.options.pool = options.pool; | ||
@@ -87,0 +88,0 @@ if (process.env.NODE_ENV === 'production' || force) { |
{ | ||
"name": "@dibs-tech/mail-client", | ||
"version": "1.6.0", | ||
"version": "1.7.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
10899
225