glide.smtp.defer_retry_ids
ServiceNow property description:
Resend email if server returns these SMTP error codes
Attributes
- Sys ID: ca95e5759773100031af390ddd2975c1
- Type: string
- Application: Global
- Default value: 421,450,451,452

AI generated property description:
The ServiceNow property `glide.smtp.defer_retry_ids` is used to specify which SMTP error codes should trigger the system to retry sending an email. When an email fails to send due to certain server errors, this property ensures that the system will attempt to resend the email instead of discarding it. The property accepts a list of SMTP error codes, and if the server returns any of these codes, the email will be queued for a retry. This helps in managing temporary issues with email delivery by automatically handling retries for specified errors. The configuration of this property can be crucial for maintaining reliable email communication in the platform.
Source