Package Information
Released: 7/3/2025
Downloads: 0 weekly / 0 monthly
Latest Version: 0.1.2
Author: nathanhalko
Documentation
n8n-nodes-better-send-mail
This node adds the following improvements to the default SMTP Send Email node.
- User-defined Custom Headers
How to Reply To Email Threads
Use custom headers to reply in threads.
If you plug in an IMAP trigger, plug it into "Better Send Mail" and add these expressions to the custom headers.
Name: References
Value: {{ $json.metadata.references ? $json.metadata.references + ' ' + $json.metadata['message-id'] : '' }}
Name: In-Reply-To
Value: {{ $json.metadata['message-id'] }}
❗IMPORTANT
"References" must come before "In-Reply-To" for proper first-message replies. Tested on Gmail.