From e23c7ec69d8a4a1b3c390b9cde868e95323869a5 Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Fri, 25 Jun 2021 17:30:39 +0200 Subject: [PATCH] Recommending "strict" mode for users of Symfony Mailer Maybe you could add a link to Symfony Mailer? --- reference/constraints/Email.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/reference/constraints/Email.rst b/reference/constraints/Email.rst index 5cbeaeb4523..71a3236499d 100644 --- a/reference/constraints/Email.rst +++ b/reference/constraints/Email.rst @@ -160,8 +160,10 @@ in the second host part of the email address. strict ...... -Uses the `egulias/email-validator`_ library to perform an RFC compliant -validation. You will need to install that library to use this mode. +If you're using Symfony Mailer to send emails to that address, this is +the recommended mode, since both are using the same library, to perform an RFC +compliant validation: `egulias/email-validator`_. If you're not using Symfony +Mailer, you will need to install that library separately to use this mode. html5 .....