Skip to content

Commit 63fc474

Browse files
committed
minor #15467 [Mailer] Recommending "strict" mode for users of Symfony Mailer (ThomasLandauer)
This PR was merged into the 4.4 branch. Discussion ---------- [Mailer] Recommending "strict" mode for users of Symfony Mailer Maybe you could add a link to Symfony Mailer? The information is taken from symfony/symfony#41850 (comment) Commits ------- e23c7ec Recommending "strict" mode for users of Symfony Mailer
2 parents 76481e2 + e23c7ec commit 63fc474

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

reference/constraints/Email.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,10 @@ in the second host part of the email address.
153153
strict
154154
......
155155

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

159161
html5
160162
.....

0 commit comments

Comments
 (0)