Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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).

### Limitation

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 node’s Reply operation or a custom node (e.g., n8n-nodes-better-send-mail) that supports custom headers.

## Templates and examples

<!-- see https://www.notion.so/n8n/Pull-in-templates-for-the-integrations-pages-37c716837b804d30a33b47475f6e3780 -->
Expand Down