Socket
Book a DemoInstallSign in
Socket

n8n-email-send-enhanced

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-email-send-enhanced

Enhanced n8n EmailSend node with email threading support

1.0.0
latest
npmnpm
Version published
Maintainers
1
Created
Source

Enhanced n8n EmailSend Node

An enhanced version of the n8n EmailSend node that includes email threading support through inReplyTo and references headers.

Features

  • Email Threading Support: Properly handle email conversations with inReplyTo and references headers
  • SMTP Protocol: Full SMTP support with authentication
  • Attachments: Support for email attachments
  • Multiple Recipients: CC and BCC support
  • Priority Settings: Set email priority (low, normal, high)
  • HTML and Text: Support for both HTML and plain text emails

New Fields

In-Reply-To

  • Field Name: inReplyTo
  • Type: String
  • Description: Message ID of the email this is a reply to
  • Example: <original-message-id@example.com>
  • Usage: Used by email clients to thread conversations properly

References

  • Field Name: references
  • Type: String
  • Description: Space or comma-separated list of message IDs in the conversation thread
  • Example: <original-message-id@example.com> <another-message-id@example.com>
  • Usage: Maintains the complete conversation thread for email clients

SMTP Standards Compliance

These fields follow RFC 5322 standards for email threading:

  • In-Reply-To: Contains the message ID of the email being replied to
  • References: Contains all message IDs in the conversation thread, allowing email clients to properly group related emails

Installation

  • Build the project:

    npm run build
    
  • Copy the built files to your n8n custom nodes directory

  • Restart your n8n instance

Usage

  • Add the "Send Email" node to your workflow
  • Configure SMTP credentials
  • Fill in the basic email fields (from, to, subject, text/html)
  • In "Additional Fields":
    • Add inReplyTo with the message ID you're replying to
    • Add references with the conversation thread message IDs
  • Execute the workflow

Example

{
  "inReplyTo": "<original-message-id@example.com>",
  "references": "<original-message-id@example.com> <previous-message-id@example.com>"
}

This ensures proper email threading in email clients like Gmail, Outlook, and Thunderbird.

Keywords

n8n

FAQs

Package last updated on 21 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.