You need to sign in to do that
Don't have an account?

Send e-mail
Hi! When I click a button on the VF page, I need to send e-mail to 4 members and the e-mail body should be same for all the 4 members. What can I do ?

hi,
Harish's code pretty much demonstrate what you need to do here. To send emails to multiple contacts, simple put their contact Id as a String list and use that as a parameter passed into emails.setTargetObjectIds(). Then you will be able to send the emails.