You need to sign in to do that
Don't have an account?

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');