email-edit

custom email sender with List Unsubscribe

Package Information

Released: 3/3/2025
Downloads: 10 weekly / 26 monthly
Latest Version: 0.1.3
Author: vano-t

Documentation

n8n-nodes-email-edit

This is an n8n community node. It lets you add a EmailSend node with custom List-Unsubscribe header to emails sent via n8n, improving deliverability and making it easier for recipients to unsubscribe.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Usage
Resources

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

Add List-Unsubscribe and List-Unsubscribe-Post Header: Automatically appends a List-Unsubscribe header to outgoing emails.

Supports URL and Email Unsubscribe Methods: Allows adding both a URL and an email address for unsubscription.

Usage

  1. Add this node to an n8n workflow.

  2. Configure the List-Unsubscribe settings:

    • List Unsubscribe POST : Set List Unsubscribe Post value with List-Unsubscribe=One-Click.
    • List Unsubscribe URL: A link to the unsubscribe page.
    • Unsubscribe Email: An email address to handle unsubscriptions.

Set Email Credential for the node to an email service (e.g., SMTP, SendGrid, Mailgun).

Run the workflow to send emails with the List-Unsubscribe header.

Example of a generated email header:

List-Unsubscribe: https://example.com/unsubscribe, mailto:[email protected]
List Unsubscribe Post: List-Unsubscribe=One-Click

For users new to n8n or needing guidance, check out the Try it out documentation.

Resources

Discussion