|
|
@@ -59,36 +59,36 @@ if ($validateur->isValid($email)) {
|
|
|
|
|
|
<listitem>
|
|
|
<para>
|
|
|
- <emphasis>hostname</emphasis>: Sets the hostname validator with which the
|
|
|
- domain part of the email address will be validated.
|
|
|
+ <emphasis>deep</emphasis>: Defines if the servers MX records should be verified
|
|
|
+ by a deep check. When this option is set to <constant>TRUE</constant> then
|
|
|
+ additionally to MX records also the A, A6 and <constant>AAAA</constant> records
|
|
|
+ are used to verify if the server accepts emails. This option defaults to
|
|
|
+ <constant>FALSE</constant>.
|
|
|
</para>
|
|
|
</listitem>
|
|
|
|
|
|
<listitem>
|
|
|
<para>
|
|
|
- <emphasis>mx</emphasis>: Defines if the MX records from the server should be
|
|
|
- detected. If this option is defined to <constant>TRUE</constant> then the MX
|
|
|
- records are used to verify if the server
|
|
|
- accepts emails. This option defaults to <constant>FALSE</constant>.
|
|
|
+ <emphasis>domain</emphasis>: Defines if the domain part should be checked.
|
|
|
+ When this option is set to <constant>FALSE</constant>, then only the local part
|
|
|
+ of the email address will be checked. In this case the hostname validator will
|
|
|
+ not be called. This option defaults to <constant>TRUE</constant>.
|
|
|
</para>
|
|
|
</listitem>
|
|
|
|
|
|
<listitem>
|
|
|
<para>
|
|
|
- <emphasis>deep</emphasis>: Defines if the servers MX records should be verified
|
|
|
- by a deep check. When this option is set to <constant>TRUE</constant> then
|
|
|
- additionally to MX records also the A, A6 and <constant>AAAA</constant> records
|
|
|
- are used to verify if the server accepts emails. This option defaults to
|
|
|
- <constant>FALSE</constant>.
|
|
|
+ <emphasis>hostname</emphasis>: Sets the hostname validator with which the
|
|
|
+ domain part of the email address will be validated.
|
|
|
</para>
|
|
|
</listitem>
|
|
|
|
|
|
<listitem>
|
|
|
<para>
|
|
|
- <emphasis>domain</emphasis>: Defines if the domain part should be checked.
|
|
|
- When this option is set to <constant>FALSE</constant>, then only the local part
|
|
|
- of the email address will be checked. In this case the hostname validator will
|
|
|
- not be called. This option defaults to <constant>TRUE</constant>.
|
|
|
+ <emphasis>mx</emphasis>: Defines if the MX records from the server should be
|
|
|
+ detected. If this option is defined to <constant>TRUE</constant> then the MX
|
|
|
+ records are used to verify if the server
|
|
|
+ accepts emails. This option defaults to <constant>FALSE</constant>.
|
|
|
</para>
|
|
|
</listitem>
|
|
|
</itemizedlist>
|