Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nodemailer

Package Overview
Dependencies
Maintainers
1
Versions
272
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodemailer - npm Package Compare versions

Comparing version 6.7.7 to 6.7.8

4

CHANGELOG.md
# CHANGELOG
## 6.7.8 2022-08-11
- Allow to use multiple Reply-To addresses
## 6.7.7 2022-07-06

@@ -4,0 +8,0 @@

2

lib/mailer/mail-message.js

@@ -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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc