Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property configures the system to automatically retry sending emails when unknown SMTP error codes are received from the email server. |
| What area does it affect? |
Email delivery settings |
| What does the default mean? |
The default value is "true", which means this behavior is enabled by default. |
| When should you review it? |
Review this property when troubleshooting email delivery issues or adjusting email handling behavior. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.smtp.default_retry |
| Sys ID |
0f97a9759773100031af390ddd297584 |
| Type |
boolean |
| Application |
Global |
| Default value |
true |
| Description |
Resend email when server returns unknown SMTP error codes. |
| Updated |
2024-05-25 03:58:53 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... 86 • Type: string • Default value: date format [sys_user.date_format] listed in the user record of the email sender. • Location: Add the property to the System Property [sys_properties] table. glide.smtp.default_retry Enables (true) or disables (false) resending email when an unknown SMTP error code is encountered. The instance recognizes only the SMTP error codes defined in the glide.smtp.defer_retry_ids property. • Type: ...
Related properties