We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b0fbec + 47dcb1c commit 3cb13f7Copy full SHA for 3cb13f7
reference/constraints/Email.rst
@@ -131,6 +131,12 @@ This option defines the pattern used to validate the email address. Valid values
131
* ``strict`` uses the `egulias/email-validator`_ library (which you must
132
install separately) for validation according to `RFC 5322`_.
133
134
+.. tip::
135
+
136
+ The possible values of this option are also defined as PHP constants of
137
+ :class:`Symfony\\Component\\Validator\\Constraints\\Email`
138
+ (e.g. ``Email::VALIDATION_MODE_STRICT``).
139
140
The default value used by this option is set in the
141
:ref:`framework.validation.email_validation_mode <reference-validation-email_validation_mode>`
142
configuration option.
0 commit comments