Forum Discussion
Limitations on Mass Email/Messaging
- Anonymous2 years ago
Hi Lesveilleurs ,
If there is a limit, it depends on the underlying email client that is registered for links.
mailto:Sending emails this way starts a new Windows process to open an email sending window, typically Microsoft Outlook. It could well be there is a limit to the number of recipients that Outlook will permit or the size of the mailto: string.
A possible workaround could be to create two or more email messages instead, each with 20 or less email addresses.
Below is the link will help you:
Mailto recipient limit - Stack Overflow
Suggestions:
If you’re consistently hitting the limit, consider reconfiguring your server settings to accommodate larger email volumes.
Additionally, you might want to explore alternative approaches, such as using the class to construct and send emails programmatically.
Best Regards,
Xianda Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Lesveilleurs ,
If there is a limit, it depends on the underlying email client that is registered for links.mailto:
Sending emails this way starts a new Windows process to open an email sending window, typically Microsoft Outlook. It could well be there is a limit to the number of recipients that Outlook will permit or the size of the mailto: string.
A possible workaround could be to create two or more email messages instead, each with 20 or less email addresses.
Below is the link will help you:
Mailto recipient limit - Stack Overflow
Suggestions:
If you’re consistently hitting the limit, consider reconfiguring your server settings to accommodate larger email volumes.
Additionally, you might want to explore alternative approaches, such as using the class to construct and send emails programmatically.
Best Regards,
Xianda Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Lesveilleurs2 years agoFrequent Visitor
Well noted with many thanks!