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
abinayaabinaya 

send email

Hi,

 

I have a custom object named candidate (Salesforce Std Page layout) and in that we are capturing candidate email address.

 

I would like to send email to the candidate by clicking send email custom button. By clicking the send email button, outlook should  open with to as candidate email address and user can enter the body and subject. 

 

Note: I am not integrated outlook with salesforce

 

How to achieve this? Kindly advise.

 

 

Amritesh SinghAmritesh Singh

Hi abinaya,

 

Create Custom detail page button n give content souce as URL

 

and use this link

 

mailto:client@salesforce.com?cc="cc@salesforce.com"&bcc="bcc@salesforce.com"&subject="This is my subject"&body="Body Text"

 

set  to,cc,bcc addres with using merge field option.