What is a one sentence summary of your feature request?
Enable the product to send emails in configurable batches in order to comply with the maximum sending limit imposed by the client’s SMTP server.
Please describe your idea in detail. What is your problem, why do you feel this idea is the best solution, etc.
Hello,
One of our On-Premise customers would like a product enhancement regarding email delivery.
As part of their certification campaign, around 800 emails need to be sent to managers. However, since the customer changed their SMTP server, only 350 emails can be sent (a limit imposed by their server), and any emails beyond this limit fail.
Since they do not want to modify this limit for technical reasons, the customer would like the product to send emails in batches of 50 to 100 messages, with a reset between each batch. This would allow the SMTP session to remain active while resetting the counter, in order to limit network impact and reduce latency — unlike a full session close/reopen. Ideally, the customer would like the batch size to be configurable (for example, in the MailSettings section of appsettings.json).
The customer would need this enhancement during the first half of 2026 (before summer 2026). Could you confirm whether this improvement is feasible, and provide an estimated timeline?
Thank you in advance.
Kind regards
How do you currently solve the challenges you have by not having this feature?
The client will most likely have to switch back to their previous SMTP server to avoid the limitations of the new one, even though it is less secure.