Update n8n-nodes-base.sendemail.md (#3684)

Co-authored-by: Rowena Jones <36301604+RoRoJ@users.noreply.github.com>
This commit is contained in:
aktiv-khushi-dadhaniya
2026-03-26 14:41:10 +05:30
committed by GitHub
parent 3939c27062
commit db8a009ff7

View File

@@ -141,6 +141,12 @@ The following options are also available:
* **Limit Wait Time**: Whether the workflow will automatically resume execution after a specified time limit. This can be an interval or a specific wall time.
* **Append n8n Attribution**: Set whether to include the phrase `This email was sent automatically with n8n` at the end of the email (turned on) or not (turned off).
## Limitations
The Send Email (SMTP) node does not support setting headers like `In-Reply-To` and `References`, which are required for email threading. As a result, each email is treated as a new conversation instead of appearing in the same thread.
* **Workaround**: Use the Gmail nodes **Reply to a message** operation, or a custom node that supports custom headers.
## Templates and examples
<!-- see https://www.notion.so/n8n/Pull-in-templates-for-the-integrations-pages-37c716837b804d30a33b47475f6e3780 -->