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
ran67ran67 

SendEmail

How to send an email without and with using e-mail template for a single and group of users in salesforce

HoneyHoney

For single user you may use trigger to send email without template.

HariDineshHariDinesh

Hi Ran67,

 

We can send Email with Email template using SF Native functionality "Work Flow".

By Workflow we can send Email to single user and group of Users by selecting "Recipient Type" Field in Email Alert .

 

And can send Email with out Email template using by "Apex "

please find the below link which is very usefull

 

http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_calls_sendemail.htm

 

we can send to group of users and single user my using this "message.setCcAddresses"

 

 

ran67ran67

by using trigger to send the email to various user .....please send the trigger code also know..