Describe the problem/error/question
Hi, i’m trying to send an email with html body. But when i execute de node it trows me the following error:
NodeApiError: UNKNOWN ERROR - check the detailed error for more information
at Object.awsApiRequest (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Aws/SES/GenericFunctions.js:27:15)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at Object.awsApiRequestSOAP (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Aws/SES/GenericFunctions.js:42:22)
at Object.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Aws/SES/AwsSes.node.js:925:40)
at Workflow.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/Workflow.js:658:28)
at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:590:53
I made some tests and it looks like the problem is the html body.
When i use just a table, it work but when i try with the full html does not.
Is there a limit of size of the body?If Yes, how can I extend?
Thanks in advance!
Below node configuration:
Information on your n8n setup
- **n8n version:0.218.0
- **Database (default: SQLite):SQLite
- *Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- *Operating system: Rocky Linux