email.addAddress("cc") is not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2021 12:38 PM
We are trying to use email.addAddress() method for adding value to CC of email notification.
But it is not working.cc address is neither shown on copied field nor on headers field
When printing the value it is shown correct value
Please find the code below
email.addAddress("cc",current.opened_by.email.toString(), current.opened_by.getDisplayValue());
Thanks In advance
Vidyashree
- Labels:
-
Request Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-02-2024 07:37 AM
The annotation is referring to email client template, which is different than email template. Client template is used when agents are creating new emails manually.
Email Client Template: sys_email_client_template
Email Template: sysevent_email_template
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-30-2021 03:00 AM
Hi Vidya Shree,
Hope the below threads helps you-
Why it does not populate the CC field.
Please mark it correct/helpful if helps you.
Thanks,

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-30-2021 05:25 AM
Hello,
Refer this
Regards,
Vaishnavi
Please mark as correct or mark as helpful if answer is appropriated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2022 06:31 AM
Hello,
What I've never seen mentioned anywhere is that if you add users to an email with the email.addAddress() method, then you will not see these addresses just by checking the recipients field of the sys_email table. You have to check the XML of the email record, where you'll find the "blind_copied" and "copied" fields.
Aniko