
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-24-2018 08:31 AM
Email client template allowing users to add attachments but the attachment is not displaying. why? As an admin it is working for me but not for the user. Any solution??
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-01-2018 03:41 PM
Hello @williamsun, This issue has been fixed in Kingston patch 4 but we also found a workaround solution for this problem
Workaround: 1. On the sys_properties table, set the value of glide.email.email_with_no_target_visible_to_all to true.
2. Update the sys_email table ACLs to check the headers for "X-ServiceNow-Source:EmailClient" and state of 'send-ignored', and allow visibility for appropriate roles (e.g. itil)
This workaround helped me to fix the issue and also am upgrading to Kingston patch 4 🙂

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-24-2018 11:27 AM
it could be the ACLs to the sys_attachment table, or, depending on how old your version is, that you might have an old "attachment" button that needs to have the script updated.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-24-2018 02:24 PM
No its not an ACL issue and neither we are using old version. Currently we are on Kingston. I don't know what causing this issue

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-01-2018 03:41 PM
Hello @williamsun, This issue has been fixed in Kingston patch 4 but we also found a workaround solution for this problem
Workaround: 1. On the sys_properties table, set the value of glide.email.email_with_no_target_visible_to_all to true.
2. Update the sys_email table ACLs to check the headers for "X-ServiceNow-Source:EmailClient" and state of 'send-ignored', and allow visibility for appropriate roles (e.g. itil)
This workaround helped me to fix the issue and also am upgrading to Kingston patch 4 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-07-2018 08:48 AM
Hey i had the same issue, how did you follow the second work around?
I went to the sys_email table, and had given the role itil for read, write ACL. Still not working.