- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2024 12:57 AM
Morning all
Does anyone know if it is possible when compiling an email using the email client when entering an email address into the "To field", servicenow can display recently used email addresses to select from, rather than having to type in the full email address again?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2024 03:13 AM - edited 03-18-2024 03:15 AM
Hi @jonathangilbert OOB no way, but you can do some customization after email is sent you can write a script which glides sys_email table based on some unique identifier like subject and you can copy the user and store them by creating a field on incident table(assuming your email client is on inc table) and call that field in To address to auto populate.
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2024 02:55 AM
I think no way to do this, if it is form then OOTB it work but its like a client. still lets hear from
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2024 03:01 AM - edited 03-18-2024 03:02 AM
Hi @jonathangilbert ,
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0779306
see if you can apply this logic to : TO cc and bcc fields :
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2024 03:13 AM - edited 03-18-2024 03:15 AM
Hi @jonathangilbert OOB no way, but you can do some customization after email is sent you can write a script which glides sys_email table based on some unique identifier like subject and you can copy the user and store them by creating a field on incident table(assuming your email client is on inc table) and call that field in To address to auto populate.
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2024 03:15 AM
Hi all, just as I thought it is a client thing. Currently it does show the last 10 users but they must be users taht are within ServiceNow, the issue is to display email addresses outside of our instance