#what does this do: email:rfc,dns?
16 messages · Page 1 of 1 (latest)
in validation
'email' => 'email:rfc,dns'
does anyone know what it means and does?
The example above will apply the RFCValidation and DNSCheckValidation validations.
It says right in the documentation.
One validates the email meets RFC standards, and the other validates the DNS to make sure it is a valid email.
You can google what they more specifically do if you like.
what are these RFC standards rules?
The docs link to the library that's used under the hood, click it and you'll find out