Hello
In my workflow i’m using send mail node which is using the MS Exchange mail server.
Send mail node gets following errr message:
Error: Mail command failed: 421 4.4.2 Message submission rate for this client has exceeded the configured limit
at SMTPConnection._formatError (/usr/local/lib/node_modules/n8n/node_modules/nodemailer/lib/smtp-connection/index.js:787:19)
at SMTPConnection._actionMAIL (/usr/local/lib/node_modules/n8n/node_modules/nodemailer/lib/smtp-connection/index.js:1569:34)
at SMTPConnection. (/usr/local/lib/node_modules/n8n/node_modules/nodemailer/lib/smtp-connection/index.js:1044:18)
at SMTPConnection._processResponse (/usr/local/lib/node_modules/n8n/node_modules/nodemailer/lib/smtp-connection/index.js:950:20)
at SMTPConnection._onData (/usr/local/lib/node_modules/n8n/node_modules/nodemailer/lib/smtp-connection/index.js:752:14)
at TLSSocket.SMTPConnection._onSocketData (/usr/local/lib/node_modules/n8n/node_modules/nodemailer/lib/smtp-connection/index.js:191:44)
at TLSSocket.emit (events.js:376:20)
at addChunk (internal/streams/readable.js:309:12)
at readableAddChunk (internal/streams/readable.js:284:9)
at TLSSocket.Readable.push (internal/streams/readable.js:223:10)
This error message indicates that the MessageRateLimit parameter in your Exchange receive connector is set to a very low limit.
Is it possible some how slow down the send mail message rate in the n8n workflow or inside the n8n send mail node
Information on your n8n setup
- **n8n version: 0,193.5
- Running n8n via npm, :