Adding Email Recipients only BCC

Akhila P
Tera Contributor

Hello Everyone,

 

Can anyone tell me how to set the recipients only to BCC when a notification is fired through an event?

12 REPLIES 12

@Akhila P 

Hope you are doing good.

Did my reply answer your question?

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

rahulp634206051
Tera Contributor

Hello,
In email script you need to follow this syntax to add recipient in CC of emails.
Syntax:  email.addAddress("cc", <email address goes here >, <recipient's name goes here>)

rahulp634206051
Tera Contributor

Hello,
In email script you need to follow this syntax to add recipient in CC of emails.
Syntax:  email.addAddress("cc", <email address goes here >, <recipient's name goes here>)