$enableIDN public property
Whether validation process should take into account IDN (internationalized domain names). Defaults to false meaning that validation of emails containing IDN will always fail. Note that in order to use IDN validation you have to install and enable intl
PHP extension, otherwise an exception would be thrown.
public boolean $enableIDN = false
Please login to continue.