Few of emails are moving to ignored state

SRAVANTHI NALAB
Tera Contributor

Hello There,

 

Few of the emails (in response to approval) are not being processed, and the log says these are ignored as the mail body is more than the allowed limit. But those emails don't contain much of the text, just the signature of the user and SN Watermark.

 

What is causing this issue?

1 ACCEPTED SOLUTION

AnveshKumar M
Tera Sage
Tera Sage

Hi @SRAVANTHI NALAB 

As you mentioned the mail contains user signature, does it contain any images like a logo etc.? If yes, that might be causing an issue. The images embedded in emails will be converted to base64 encoded string, which causes ServiceNow to treat it as the body of the email.

 

You may need to create a property with name com.glide.email.max_body_bytes and set the size as per your requirements.

 

Please mark my answer helpful and accept as solution if it helped you 👍✔️

Thanks,
Anvesh

View solution in original post

2 REPLIES 2

AnveshKumar M
Tera Sage
Tera Sage

Hi @SRAVANTHI NALAB 

As you mentioned the mail contains user signature, does it contain any images like a logo etc.? If yes, that might be causing an issue. The images embedded in emails will be converted to base64 encoded string, which causes ServiceNow to treat it as the body of the email.

 

You may need to create a property with name com.glide.email.max_body_bytes and set the size as per your requirements.

 

Please mark my answer helpful and accept as solution if it helped you 👍✔️

Thanks,
Anvesh

@AnveshKumar M Yes, the email contains images. Thanks for the quick response, I'll search for other approaches without increasing the size.