Hi All,
In my web app I am using ShowURL(“mailto:”+Selected_CSR_Con_Email) to open a new email in the users default mail application and set the To: field. How can set the Subject? What about the Body?
Thanks!
Hi All,
In my web app I am using ShowURL(“mailto:”+Selected_CSR_Con_Email) to open a new email in the users default mail application and set the To: field. How can set the Subject? What about the Body?
Thanks!
“mailto:name1@example.com?cc=name2@example.com
&bcc=name3@example.com
&subject=The%20subject%20of%20the%20email
&body=The%20body%20of%20the%20email”
should get you started…
You may need to replace those & with &