autopopulate the email address
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2023 07:33 AM
HI,
This is the code I have written.
What should I add so that once the response email opens it will autopopulate the email address of the sender.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2023 08:45 AM
Hi @Shir Sharvit ,
Check out this thread once if this is what you are looking for :
https://www.servicenow.com/community/developer-forum/email-client-reply-to-autopopulate/m-p/1732665
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2023 10:16 AM
I don't think that property contains what you expect it to contain.
I don't even think it is used any longer as it is empty in my PDI, but also at client instances.
What you could use instead is something like:
var recipientEmail = gs.getProperty('instance_name', '') + '@service-now.com';