I have thousands of email addresses to check. Can HexValidEmail handle that many?
Yes. HexValidEmail is designed to be robust enough for high volumes. However, validating thousands of addresses can take days if you do the validations sequentially. Most of this time will be spent waiting on replies from remote servers. Thus, to validate thousands of addresses, you will probably need to optimize your validation techniques. (See below.