Attachment is not receiving in email Inbox after exporting from list view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2023 03:30 PM
Hi, When user is exporting records from list view of a table via mail it option they are not receiving any attachment in the Inbox. As a admin I tried to reproduce the issue but I'm able to see attachment when email is received . Can you help what needs to be done here as others not getting attachments in their emails when exported from list view via mail it option.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2023 03:50 PM
Hi @Reddymahesh
I remember having same issue and it was happening because of size limitation .
You can increase the value of system property glide.email.outbound.max_total_attachment_size_bytes. However, if using the ServiceNow mail infrastructure to send these emails there is a hard limit of 25 MB ( total size of the email, including body and all attachments ) that can not be changed. You can use your own email infrastructure if you need to send attachments larger than 25 MB.
Refer to : https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0726968
Regards,Sushant Malsure
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2023 03:53 PM
@sushantmalsure the thing is I'm receiving attachment in email but others are not getting an attachment in their emails. I believe its not about size since I'm getting it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2023 04:01 PM
Yeah I too faced it being admin user I was able to get the data in attachment but other users were not.
Also columns included when you / users are exporting the data also plays important role to define the size of the data set.
Worth checking the columns you are exporting vs what user is trying to export as columns and also access to specific columns might be restricted (field level ACLs) for users and not to your admin user can also be cause.
These are all the pointers I can give , for me 1st option was the solution.
But I would say raise the ServiceNow HI ticket while you try these pointers, and I hope you will get the solution to this .
Regards,Sushant Malsure
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2023 04:05 PM
@sushantmalsure Thanks for the reply .Yes HI ticket opened and waiting for their inputs