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
slaneslane 

Easy way to send an email to all members of a public group?

Hello all:

 

I imagine this is basic, but I'm wondering what the best practice is for send an email to all members of a public Group -- preferably from Apex but I'm interested to know if there are other ways as well. I can certainly take the steps of querying the group for its members, pulling them back and sending an email to them -- just wondering if there's a better way.