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 validation rules for email addresses, allowing either strict adherence to standards or a more lenient approach. |
| What area does it affect? |
Email Address Validation |
| What does the default mean? |
The default value is "strict", which is the baseline setting used unless it is changed. |
| When should you review it? |
Review this property when adjusting email processing standards or troubleshooting email-related issues. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.email.address_validation_rule |
| Sys ID |
7b46a35337330200e174e2488e41f1f6 |
| Type |
choice list |
| Application |
Global |
| Default value |
strict |
| Description |
Determines strictness of email address validation:
strict -- addresses will be held to the RFC 822 standard
basic -- a more relaxed set of rules (e.g., spaces can separate addresses) will be applied |
| Updated |
2024-05-25 03:39:02 |
Related properties