nodemailer 6.4.17 → 6.4.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 6.4.18 2021-02-11
4
+
5
+ - Updated README
6
+
3
7
  ## 6.4.17 2020-12-11
4
8
 
5
9
  - Allow mixing attachments with caendar alternatives
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  [![Nodemailer](https://raw.githubusercontent.com/nodemailer/nodemailer/master/assets/nm_logo_200x136.png)](https://nodemailer.com/about/)
4
4
 
5
+ > Sponsored by [Forward Email](https://forwardemail.net/?ref=nodemailer) – free email forwarding + custom domains + 100% open-source!
6
+
5
7
  Send e-mails from Node.js – easy as cake! 🍰✉️
6
8
 
7
9
  [![NPM](https://nodei.co/npm/nodemailer.png?downloads=true&downloadRank=true&stars=true)](https://nodemailer.com/about/)
@@ -148,6 +148,12 @@
148
148
  "secure": false
149
149
  },
150
150
 
151
+ "OhMySMTP": {
152
+ "host": "smtp.ohmysmtp.com",
153
+ "port": 587,
154
+ "secure": false
155
+ },
156
+
151
157
  "Postmark": {
152
158
  "aliases": ["PostmarkApp"],
153
159
  "host": "smtp.postmarkapp.com",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodemailer",
3
- "version": "6.4.17",
3
+ "version": "6.4.18",
4
4
  "description": "Easy as cake e-mail sending from your Node.js applications",
5
5
  "main": "lib/nodemailer.js",
6
6
  "scripts": {
@@ -20,10 +20,10 @@
20
20
  },
21
21
  "homepage": "https://nodemailer.com/",
22
22
  "devDependencies": {
23
- "bunyan": "1.8.14",
24
- "chai": "4.2.0",
23
+ "bunyan": "1.8.15",
24
+ "chai": "4.3.0",
25
25
  "eslint-config-nodemailer": "1.2.0",
26
- "eslint-config-prettier": "7.0.0",
26
+ "eslint-config-prettier": "7.2.0",
27
27
  "grunt": "1.3.0",
28
28
  "grunt-cli": "1.3.2",
29
29
  "grunt-eslint": "23.0.0",
@@ -35,7 +35,7 @@
35
35
  "nodemailer-ntlm-auth": "1.0.1",
36
36
  "proxy": "1.0.2",
37
37
  "proxy-test-server": "1.0.0",
38
- "sinon": "9.2.1",
38
+ "sinon": "9.2.4",
39
39
  "smtp-server": "3.8.0"
40
40
  },
41
41
  "engines": {