how can i add watch list users to cc in the email notifications

venkyyy
Kilo Contributor

hello friends, 

i am trying to send the email notifications to the cc ie the user from the watch list.Could you please help me out 

please provide with details as i am new to scripting.

Thanks,

venkat

 

20 REPLIES 20

pierrep1
Mega Guru

Not sure if you ever sorted this out, but try adding .toString() when setting the email addresses....It worked for me:

 

email.addAddress("cc", user.email.toString(), user.getDisplayValue().toString);}}