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
vishalavishala 

Can we include a email template in the javascript for sending an email

We are trying open an outlook on click of a button. Trying to attach an email template in the variable body, is there anyway to do it.

 

{!REQUIRESCRIPT("/soap/ajax/19.0/connection.js")}

var subject = "Sub:{!Case.Contact}"

var body ={!$ObjectType.EmailTemplate};

window.location.href = "mailto:?body='+body+"&subject="+subject;

NehaVNehaV
Hi,
Did you get any solution for this, could you please share .

Thanks,
Neha