@dibs-tech/mail-client
Advanced tools
Comparing version 1.0.1 to 1.0.2
15
index.js
@@ -120,3 +120,18 @@ const nodemailer = require('nodemailer'); | ||
/** | ||
* info - Description | ||
* @memberof MailClient | ||
* @instance | ||
* @param {string} subject Description | ||
* @param {string} message Description | ||
* @param {object} options Description | ||
* @param {MailClient~primaryCallback} cb Description | ||
* | ||
* @returns {type} Description | ||
*/ | ||
MailClient.prototype.studios = function studio(subject, message, options, cb) { | ||
this.sendEmail('studios@ondibs.com', subject, message, options, cb); | ||
}; | ||
/** | ||
@@ -123,0 +138,0 @@ * sendTemplatedEmail - Description |
{ | ||
"name": "@dibs-tech/mail-client", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"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
6839
139