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 defines a list of SMTP error codes that, when returned by the server, will stop the system from attempting to resend emails. |
| What area does it affect? |
Email sending configuration |
| What does the default mean? |
The default value is "500,501,502,503,504,550,551,552,553,554", which is the baseline setting used unless it is changed. |
| When should you review it? |
Review this property when configuring email settings or troubleshooting email delivery issues. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.smtp.fail_message_ids |
| Sys ID |
148225759773100031af390ddd29753c |
| Type |
string |
| Application |
Global |
| Default value |
500,501,502,503,504,550,551,552,553,554 |
| Description |
Do not resend email if server returns these SMTP error codes |
| Updated |
2024-05-25 04:29:59 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... Email glide.smtp.defer_retry_ids Specifies the comma-separated list of SMTP error codes that force the instance to resend email. • Type: string • Default value: 421,450,451,452 • Location: System Properties > Email glide.smtp.fail_message_ids Specifies the comma-separated list of SMTP error codes that prevent the instance from resending email. • Type: string • Default value: 500,501,502,503,504,550,551,552,553,554 • Location: System Properties > Email glide.smtp.timeformat Specifies ...
Related properties