SMTP HTML Emails and Attachments

Hallo Community,

I implemented a workflow that receives emails, transforms the content and sends a new email via smtp at the end of the workflow. The emails always have attachments. If I send the email at the end of the workflow as text, the attachment handling is working. As soon as I switch to HTML, the attachments are not anymore attached. Is this a problem somebody else is facing? The workflow does not error and everything else works fine.

Thanks for support,
Felix

Information on your n8n setup

  • n8n version: 1.85.4
  • Database (default: SQLite): SQLite
  • n8n EXECUTIONS_PROCESS setting (default: own, main): own
  • Running n8n via (Docker, npm, n8n cloud, desktop app): npm
  • Operating system: macos

Tried this with smtp.gmail.com and HTML content and attachment. Worked as expected. Could this be a peculiarity of the SMTP server that you use?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.