Skip to content

Commit e23c7ec

Browse files
Recommending "strict" mode for users of Symfony Mailer
Maybe you could add a link to Symfony Mailer?
1 parent ac31010 commit e23c7ec

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

reference/constraints/Email.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,10 @@ in the second host part of the email address.
160160
strict
161161
......
162162

163-
Uses the `egulias/email-validator`_ library to perform an RFC compliant
164-
validation. You will need to install that library to use this mode.
163+
If you're using Symfony Mailer to send emails to that address, this is
164+
the recommended mode, since both are using the same library, to perform an RFC
165+
compliant validation: `egulias/email-validator`_. If you're not using Symfony
166+
Mailer, you will need to install that library separately to use this mode.
165167

166168
html5
167169
.....

0 commit comments

Comments
 (0)