Skip to content

Commit

Permalink
Link moved and heading updated
Browse files Browse the repository at this point in the history
  • Loading branch information
egulias committed Jan 12, 2014
1 parent f0b3b85 commit 517e4c5
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions reference/constraints/Email.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,16 +90,16 @@ Basic Usage
Options
-------

strict
~~~~~~
.. versionadded:: 2.5
The ``strict`` option was introduced in Symfony 2.5.

strict
~~~~~~

**type**: ``boolean`` **default**: ``false``

When false, the email will be validated against a simple RegularExpression.
If true, then the `EmailValidator <https://packagist.org/packages/egulias/email-validator>`_ library
is required to perform an RFC compilant validation.
When false, the email will be validated against a simple Regular Expression.
If true, then the `egulias/email-validator`_ library is required to perform an RFC compilant validation.

message
~~~~~~~
Expand All @@ -124,3 +124,6 @@ checkHost
If true, then the :phpfunction:`checkdnsrr` PHP function will be used to
check the validity of the MX *or* the A *or* the AAAA record of the host
of the given email.


.. _EmailValidator: https://packagist.org/packages/egulias/email-validator

0 comments on commit 517e4c5

Please sign in to comment.