How to add CC in Email client template.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2024 06:15 AM
Hi All,
I have below requirement
kindly let me know that how to add 2 cc in email client template
in CC 1 existing user's email Id is already defined I want to add 1 more over there. please let me know how to add this.
below is OOB script
javascript: (function() {
var myUserObject = gs.getUser();
var mail = myUserObject.getEmail();
//mail = mail + ';'+'GBSCOMEX@upl-ltd.com';
return mail;
}());
Thanks & Regards
KP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2024 08:28 AM
Hi Krushna,
Kindly let me know exactly where I have to add (${mail_script:mail_script_name}) in Email Client template?
Thanks & Regards
KP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2024 08:41 AM
You can add it in Message HTML field
If this solution resolves your query, kindly mark it as the accepted solution and give it a thumbs up.
Best Regards,
Krushna Birla
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2024 12:28 PM
Hi Keval,
Are you able to add cc using email template. If so can you please share where you have added that code.
Regards
Krishna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2025 06:06 AM
Please do not share the link, share please answer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2024 02:19 PM
Hi @keval3 , Can you please send the screenshot of the existing configuration that has been done? Where is the CC'd user coming from?
If it is from some field on the table, try adding the field name below in CC
Johnny
Please mark this response as correct or helpful if it assisted you with your question.