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.
1 parent 77f2b79 commit 08b1bd4Copy full SHA for 08b1bd4
reference/constraints/Email.rst
@@ -135,6 +135,9 @@ This option defines the pattern used to validate the email address. Valid values
135
* ``strict`` uses the `egulias/email-validator`_ library (which you must
136
install separately) for validation according to `RFC 5322`_.
137
138
+You can also use the class constants of :class:`Symfony\\Component\\Validator\\Constraints\\Email`,
139
+e.g. ``Email::VALIDATION_MODE_STRICT``.
140
+
141
The default value used by this option is set in the
142
:ref:`framework.validation.email_validation_mode <reference-validation-email_validation_mode>`
143
configuration option.
0 commit comments