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
Ben Merton 15Ben Merton 15 

Send email at a certain time of day

Is there any methodology that I should be using to send an email using an Apex class at a specific time of day?
Best Answer chosen by Ben Merton 15
Krishna SambarajuKrishna Sambaraju
You can do that using Apex Scheduler. Please check https://developer.salesforce.com/docs/atlas.en-us.198.0.apexcode.meta/apexcode/apex_scheduler.htm for more details.