The CreatorCon Call for Content is officially open! Get started here.

Report of count of emails sent from ServiceNow (number of users in "to")

Manuel Gomes
Tera Contributor

We are experiencing issues with the mailbox we use as SMTP Server (hitting the maximum sent emails per day on Microsoft exchange) 

Currently I have a report created on the sys_email_log for and filtered by "type=sent"

ManuelGomes_0-1758485149668.png

Is there a way to produce a report on count the recipients field?

1 REPLY 1

Bhuvan
Mega Patron

@Manuel Gomes 

 

I do not believe there is an out of box dashboard or report that provides number of recipients for sent emails. You can create a custom field that tracks this information and report on it.

 

Below is a sample email with multiple recipients

Bhuvan_0-1758515466055.png

You can create additional field to store the recipient count and calculate this information and use 'SUM' function on this field

Bhuvan_1-1758515515648.png

Bhuvan_2-1758515566009.png

By default, email sent to stakeholders are stored in 'recipients' field. If there are email templates where cc and bcc are used, they are stored in 'copied' 'blind_copied' fields and above logic can be extended to include the count for those fields as well. 

 

I hope you appreciate the efforts to provide you with detailed information. If my response helped to guide you or answer your query, please mark it helpful & accept the solution.

 

Thanks,

Bhuvan