n8n
n8n copied to clipboard
feat(EmailSend Node): Adding input fields ("key: value" and "JSON") to include custom headers
Summary
Hi there,
I need to add some custom headers to an email. Therefore I created this pull request. I think it covers most of the needs with different headers, because not every possible header should (and can) be added as an option.
Related Linear tickets, Github issues, and Community forum posts
https://github.com/n8n-io/n8n/pull/9346
Review / Merge checklist
- [x] PR title and summary are descriptive. (conventions)
- [ ] Docs updated or follow-up ticket created.
- [ ] Tests included.
- [ ] PR Labeled with
release/backport
(if the PR is an urgent fix that needs to be backported)