- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2017 08:31 AM
I was trying to test the notification and it was able to see it sent out to "To" recipient but I do not see it sent to "CC" recipients from watchlist in email logs. I added a email script like this,
The script logs does print "watchlist passed" and then it print "Emailing with email address and name" correctly which successfully received email addresses but I do not I see it actually sent out? I only see it sent to "To" recipient. Did I miss something?
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2017 08:46 AM
ok to see who is cc'd is much easier than a log statement.. open the item in sent items... ad the "Copied" field and viola it is there...
can you share what you got on your log statement

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2017 08:33 AM
If you navigate to System Mailboxes > Outbound > Outbox (or Sent if it actually goes through), the record will have the recipients listed and also show the headers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2017 08:43 AM
Apparently it only sent to "TO" recipient, not including "CC" recipients(I have 2 CC recipients). Do you know what issue could be? The email script does received email addresses for CC and it seems like it has to do with email.addAddress("cc", user.email, user.getDisplayValue()); by putting wrong place in parameter?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2017 08:46 AM
ok to see who is cc'd is much easier than a log statement.. open the item in sent items... ad the "Copied" field and viola it is there...
can you share what you got on your log statement
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2017 08:56 AM
Ah! Now I can see it! Adding Copied field does show CC recipients. Thank you!