Question
5
Replies
3231
Views
Posted: June 22, 2016
Last activity: June 23, 2016
Closed
Solved
How to pre-populate email subject and CC Id
Hi All - I have a requirement where when user clicks on email address link we are supposed to open outlook new email window with email address in To field (which is automatic functionality on click on email address in browser). Can some one please let me know what is the best way to populate Subject line and current operator's email address in the CC field as sson as user clicks on email address on pega application UI?
You need to use a link. The link must have this as the value:
mailto:<to_email_address>?subject=<subject_here>&cc=<cc_email_address>