nodemailer
Advanced tools
Comparing version 6.7.7 to 6.7.8
# CHANGELOG | ||
## 6.7.8 2022-08-11 | ||
- Allow to use multiple Reply-To addresses | ||
## 6.7.7 2022-07-06 | ||
@@ -4,0 +8,0 @@ |
@@ -99,3 +99,3 @@ 'use strict'; | ||
let singleKeys = ['from', 'sender', 'replyTo']; | ||
let singleKeys = ['from', 'sender']; | ||
singleKeys.forEach(address => { | ||
@@ -102,0 +102,0 @@ if (this.data[address]) { |
{ | ||
"name": "nodemailer", | ||
"version": "6.7.7", | ||
"version": "6.7.8", | ||
"description": "Easy as cake e-mail sending from your Node.js applications", | ||
@@ -23,4 +23,4 @@ "main": "lib/nodemailer.js", | ||
"devDependencies": { | ||
"@aws-sdk/client-ses": "3.121.0", | ||
"aws-sdk": "2.1168.0", | ||
"@aws-sdk/client-ses": "3.145.0", | ||
"aws-sdk": "2.1193.0", | ||
"bunyan": "1.8.15", | ||
@@ -38,3 +38,3 @@ "chai": "4.3.6", | ||
"mocha": "10.0.0", | ||
"nodemailer-ntlm-auth": "1.0.1", | ||
"nodemailer-ntlm-auth": "1.0.3", | ||
"proxy": "1.0.2", | ||
@@ -41,0 +41,0 @@ "proxy-test-server": "1.0.0", |
@@ -19,2 +19,6 @@ # Nodemailer | ||
This project is supported by [Forward Email](https://forwardemail.net) – the 100% open-source and privacy-focused email service. | ||
--- | ||
## Having an issue? | ||
@@ -21,0 +25,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
485827
94