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
vinothvinoth 

The Quick Email Button problem

I am using below URL to send email with relavent email template and users. i need to send two email at the same time, but its sending mail to only one emailID(last one).

 

i am unable to use workflow also because i am having the email id in formula field.

 

how to rectify this issue.

 

location.replace('/email/author/emailauthor.jsp?retURL=/{!Case.Id}&p3_lkid={!Case.Id}&rtype=003&p2_lkid={!Case.ContactId}&template_id=<yourtemplate_here>&p26=me@mydomain.com1&new_template=true');

 

location.replace('/email/author/emailauthor.jsp?retURL=/{!Case.Id}&p3_lkid={!Case.Id}&rtype=003&p2_lkid={!Case.ContactId}&template_id=<yourtemplate_here>&p26=me@mydomain.com2&new_template=true');