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
Kalle KalifKalle Kalif 

How do i fully customize email and schedule sending?

We need to put two dashboards together in one email, and send to a number of addresses that are contained in a custom field in a custom object. 

 

I am somewhat versed with apex and visualforce so if that is the way to go I guess we can manage, but I really dont know where to start?

virtcoudvirtcoud

Given recipients coming out of a custom object, I'd write an APEX class that implements schedulable and then build up email and send from APEX.  You can set times when you want this to fire Setup/Develop/Apex Classes/Schedule Apex