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
thanushka_gunasekarathanushka_gunasekara 

Need help on sending emails

Hi All,

 

I have an employee object and it contains a field containing email address. I need to send emails to employees to the email address defined in each employee object instance. Can I do this task using the functionality available in the default application or do I need to code it?

 

Would be grateful if you are able to help me on this.

 

Thanks in advance.

 

 

Thanushka.

samarsamar

Hi Thanushka,

You can use workflow to send email to email address present in the employee object.

b-Forceb-Force

you can achive this with workflow + Email alert combination

 

Thanks,

Bala