nodemailer
Advanced tools
Comparing version 6.7.4 to 6.7.5
# CHANGELOG | ||
## 6.7.5 2022-05-04 | ||
- No changes, pushing a new README to npmjs.org | ||
## 6.7.4 2022-04-29 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "nodemailer", | ||
"version": "6.7.4", | ||
"version": "6.7.5", | ||
"description": "Easy as cake e-mail sending from your Node.js applications", | ||
@@ -5,0 +5,0 @@ "main": "lib/nodemailer.js", |
@@ -11,6 +11,12 @@ # Nodemailer | ||
--- | ||
> Check out **[EmailEngine](https://emailengine.app/?utm_source=github-nodemailer&utm_campaign=nodemailer&utm_medium=readme-link)** – a self-hosted email gateway that allows making **REST requests against IMAP and SMTP servers**. EmailEngine also sends webhooks whenever something changes on the registered accounts.\ | ||
> \ | ||
> Using the email accounts registered with EmailEngine, you can receive and [send emails](https://emailengine.app/sending-emails?utm_source=github-nodemailer&utm_campaign=nodemailer&utm_medium=readme-link). EmailEngine supports OAuth2, delayed sends, opens and clicks tracking, bounce detection, etc. All on top of regular email accounts without an external MTA service. | ||
--- | ||
## Having an issue? | ||
> Nodemailer supports all Node.js versions starting from Node.js@v6.0.0. The existing test suite does not support such old Node.js versions, so all features are not tested. From time to time, some regression bugs might occur because of this. | ||
#### First review the docs | ||
@@ -22,3 +28,3 @@ | ||
You are using an older Node.js version than v6.0. Upgrade Node.js to get support for the spread operator. | ||
You are using an older Node.js version than v6.0. Upgrade Node.js to get support for the spread operator. Nodemailer supports all Node.js versions starting from Node.js@v6.0.0. | ||
@@ -25,0 +31,0 @@ #### I'm having issues with Gmail |
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
483783
90