Skip to page contentSkip to chat
ServiceNow support
    • Community
      Ask questions, give advice, and connect with fellow ServiceNow professionals.
      Developer
      Build, test, and deploy applications
      Documentation
      Find detailed information about ServiceNow products, apps, features, and releases.
      Impact
      Accelerate ROI and amplify your expertise.
      Learning
      Build skills with instructor-led and online training.
      Partner
      Grow your business with promotions, news, and marketing tools
      ServiceNow
      Learn about ServiceNow products & solutions.
      Store
      Download certified apps and integrations that complement ServiceNow.
      Support
      Manage your instances, access self-help, and get technical support.
Email send fails with error "com.sun.mail.smtp.SMTPAddressFailedException: 452 4.5.3 Error: too many recipients" in system logs. - Support and Troubleshooting
  • >
  • Knowledge Base
  • >
  • Support and Troubleshooting (Knowledge Base)
  • >
  • Email send fails with error "com.sun.mail.smtp.SMTPAddressFailedException: 452 4.5.3 Error: too many recipients" in system logs.
KB0748535

Email send fails with error "com.sun.mail.smtp.SMTPAddressFailedException: 452 4.5.3 Error: too many recipients" in system logs.


6584 Views Last updated : Jul 24, 2025 public Copy Permalink
KB Summary by Now Assist

Issue

Symptoms

  • Email send fails with error "com.sun.mail.smtp.SMTPAddressFailedException: 452 4.5.3 Error: too many recipients" in system logs.
  • The email in question is set to Send-Failed.
  • The number of email recipients in the email is greater than 1000.

Please note that this is applicable only in cases that have custom scripts that use GlideRecord to create email record and passes email addresses to the To: field. In this case, the script bypasses the recipients per email functionality defined by 'glide.email.smtp.max_recipients' in any other way.

Cause

The ServiceNow email server limits a single email's recipient count to 1000. The property glide.email.smtp.max_recipients should never be set larger than the number the mail server can support, which in the case of ServiceNow is 1000. 

Resolution

PLEASE NOTE: Scripts fall under customizations and are beyond the scope for ServiceNow Support to troubleshoot/improve.

Here are our recommendations:

  1. (Recommended) Explore using the GlideEmailOutbound object instead of GlideRecord in your script since it should respect the system property glide.email.smtp.max_recipients and split the needed emails. When calling GlideEmailOutbound.save() to send the record, the chunking will be handled automatically for the emails. 
  2. Explore using the system property glide.email.smtp.max_recipients in your script and duplicate this splitting functionality in your custom code to ensure any single email's recipient count does not exceed the property value.

The world works with ServiceNow.

Sign in for more! There's more content available only to authenticated users Sign in for more!
Did this KB article help you?
Did this KB article help you?

How would you rate your Now Support digital experience?

*

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

What can we improve? Please select all that apply.

What are we doing well? Please select all that apply.

Tell us more

*

Do you expect a response from this feedback?

  • Terms and conditions
  • Privacy statement
  • GDPR
  • Cookie policy
  • © 2025 ServiceNow. All rights reserved.