glide.email.outbound.max_body_bytes - cannot locate

kristenankeny
Tera Guru

We're running into an issue where we have error logs being emailed and tickets created in our system. The error logs are quite long and when subsequent emails are triggered for the incident, they fail to send because they exceed the limit in glide.email.outbound.max_body_bytes. However, I cannot find this property to change it.

1 ACCEPTED SOLUTION

Hi Kristen,



If you don't have this property, then you can create manually to change value.



Regards,


Sachin


View solution in original post

4 REPLIES 4

sachin_namjoshi
Kilo Patron
Kilo Patron

You can search with name contains "glide.email.outbound.max_total_attachment_size_bytes" in sys_properties table.



Please note that his property is available from FUJI release.



Email Size Limits - ServiceNow Wiki



Regards,


Sachin


Hi Sachin,



I did search the list, but it's not there. From this doc, it looks like I have to add it manually to change the value? Can anyone confirm that's right?



Message body size limit properties


Hi Kristen,



If you don't have this property, then you can create manually to change value.



Regards,


Sachin


Thanks!