MailSlurp enforces limits on the number of recipients that can be sent per email sending request. The email sending options permit maximum 10 , or recipients per field. This means if you wish to send to more than 10 recipients per field you should batch your API requests:

How to split requests

Batch your recipient requests by splitting an array of recipients into chunks:

Remember to include a time pause in your request loop to avoid rate limiting.