glide.smtp.default_retry
ServiceNow property description:
Resend email when server returns unknown SMTP error codes.
Attributes
- Sys ID: 0f97a9759773100031af390ddd297584
- Type: true | false
- Application: Global
- Default value: true

AI generated property description:
The ServiceNow property `glide.smtp.default_retry` is used to control the behavior of the system when it encounters unknown SMTP error codes while attempting to send an email. According to the documentation, this property specifies whether the system should retry sending the email if the SMTP server returns an error code that is not explicitly recognized. By enabling this property, ServiceNow will attempt to resend the email, which can help ensure that transient or temporary issues with the SMTP server do not result in lost emails. This property is particularly useful in maintaining the reliability of email communications in the face of unpredictable SMTP server responses.
Source