Share feedback, ideas and get community help

Updated last month

403 status error after submitting for email notification to admin

{
"status": 403,
"body": {
"message": "Attempt to send more than 5 emails",
"code": "FORBIDDEN",
"data": {
"code": "FORBIDDEN",
"httpStatus": 403,
"path": "continueChat"
}
}
}

I connected SMTP provider for email notification and the flow can't proceed to the end. Do you know what causes the error ?
1
M
S
P
14 comments
You are sending too much mails.
Over 5
Try to send to a lower number
Why 5 I connected only one email provider ?
I read it in the error message
So if we have more than 5 leads we cannot receive the email notification via email?
The error shows you hit a limit of five emails for your SMTP configuration, which stopped the flow. This limit could come from your SMTP provider or the software you're using.

To fix it, check if you can raise the email limit in your SMTP settings or slow down the email sending rate. If it keeps happening, reach out to your provider's support for help with these restrictions.
Hello, I am in the same situation: selfhosted installation and getting the warning of 5 emails limit.
Did someone find a solution?
I do not think it is a SMTP limit - in the mail log there is no trace of failed connections ¯\_(ツ)_/¯
It seems more a security limit put the code of the app.
It means you are most likely in an infinite loop then
Can you provide a snapshot of your flow?
How does it look like?
This error means it had to send more than 5 emails in one go
Oh ok I think I know what is wrong.
Will fix it soon
Released 3.1.1 that should fix the issue
Add a reply
Sign up and join the conversation on Discord