Comparing version 1.3.2 to 1.3.3
{ | ||
"name": "mail-time", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "Bulletproof email queue on top of NodeMailer for a single and multi-server setups", | ||
@@ -52,3 +52,3 @@ "main": "index.js", | ||
"deepmerge": "^4.2.2", | ||
"josk": "^3.0.1" | ||
"josk": "^3.0.2" | ||
}, | ||
@@ -61,5 +61,5 @@ "devDependencies": { | ||
"mongodb": "^4.7.0", | ||
"nodemailer": "^6.7.5", | ||
"nodemailer": "^6.7.6", | ||
"nodemailer-direct-transport": "^3.0.7" | ||
} | ||
} |
@@ -9,15 +9,7 @@ [![support](https://img.shields.io/badge/support-GitHub-white)](https://github.com/sponsors/dr-dimitru) | ||
Micro-service package for mail queue, with *Server* and *Client* API. | ||
Build on top of [`nodemailer`](https://github.com/nodemailer/nodemailer) package. | ||
Every `MailTime` instance can be configured to be a *Server* or *Client*. | ||
Main difference of *Server* from *Client* - *Server* handles queue and actually sends email. | ||
While *Client* is only put emails into the queue. | ||
"Mail-Time" is a micro-service package for mail queue, with *Server* and *Client* APIs. Build on top of the [`nodemailer`](https://github.com/nodemailer/nodemailer) package. | ||
Every `MailTime` instance can get configured as *Server* or *Client*. | ||
Every `MailTime` instance can get `type` configured as *Server* or *Client*. | ||
The main difference between *Server* and *Client* modes is that the *Server* handles the queue and __sends__ email. While the *Client* only __adds__ emails into the queue. | ||
The main difference between *Server* and *Client* `type` is that the *Server* handles the queue and __sends__ email. While the *Client* only __adds__ emails into the queue. | ||
@@ -436,17 +428,2 @@ ## ToC | ||
Test Atmosphere (meteor.js) package: | ||
```shell | ||
# Default | ||
EMAIL_DOMAIN="example.com" meteor test-packages ./ --driver-package=meteortesting:mocha | ||
# With custom port | ||
DEBUG="true" EMAIL_DOMAIN="example.com" meteor test-packages ./ --driver-package=meteortesting:mocha --port 8888 | ||
# With local MongoDB and custom port | ||
DEBUG="true" EMAIL_DOMAIN="example.com" MONGO_URL="mongodb://127.0.0.1:27017/meteor-mail-time-test-001" meteor test-packages ./ --driver-package=meteortesting:mocha --port 8888 | ||
# Be patient, tests are taking around 2 mins | ||
``` | ||
## Support this project: | ||
@@ -453,0 +430,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
45030
436
Updatedjosk@^3.0.2