Is there a restriction on the number of recipients for BCC and CC, and if so, how can limitations be imposed on BCC and CC?
Hey there @kindhearted-deer, thanks for posting. Please read the “Troubleshooting” and “How to Ask for Help” buttons below. If you would like a 1:1 support session from the KumoMTA team, details are at the “Book a Support Session” button below.
See max_recipients_per_message here
There is no separate limit for cc and BCC AFAIK. They are all recipients as far as kumo is concerned. Also, I’m haven’t seen this config for the http API, but in my case I’m imposing the limit somewhere else and forwarding the request to kumo if it’s authenticated and valid.
Thank you for responding. This is the correct answer.