function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Egor Gerasimenko 9Egor Gerasimenko 9 

Messaging.sendEmail list size limit in v45.0

Hello. While reading the docs today at https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_classes_email_outbound_messaging.htm I noticed that the latest version (v45.0) for the Messaging.sendEmail() method states

"Sends the list of up to 10 emails"

Previous versions (v44.0 and earlier) do not state any such limitation. Is this an intended documentation change? Is this method actually limited to accepting batches of just 10 emails in v45.0? What happens if you try to send more than 10?