Email is not sent to cc field.

niveditakumari
Mega Sage

Hi, 

 

Email is not sent to cc field. 

Please see below screenshot : 

 

niveditakumari_0-1690888988481.png

 

niveditakumari_1-1690889018533.png

 

Please correct me to achieve it. 

 

Regards, 

Nivedita

 

 

 

1 ACCEPTED SOLUTION

Community Alums
Not applicable

Hi @niveditakumari ,

If "glide.email.test.user" property is set then ServiceNow only set the "To" Recipient in the Email Headers even if the configurations are for CC and BCC field over the script it will be disregarded. 

If this property is set to empty value then we set To / CC / BCC as well. Please empty this property to achieve populating CC and BCC.

 

View solution in original post

2 REPLIES 2

Community Alums
Not applicable

Hi @niveditakumari ,

If "glide.email.test.user" property is set then ServiceNow only set the "To" Recipient in the Email Headers even if the configurations are for CC and BCC field over the script it will be disregarded. 

If this property is set to empty value then we set To / CC / BCC as well. Please empty this property to achieve populating CC and BCC.

 

Kalyani Jangam1
Mega Sage
Mega Sage

Hi @niveditakumari 

If glide.email.test.user is empty then please check below link

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0858325

Email addresses that are CC'd are not added to the recipients filed in the sys_email table. They are added to the copied field.

 

Please check and Mark Helpful and Correct if it really helps you.