Download the PHP package devmastersbv/smtp-validate-email without Composer
On this page you can find all versions of the php package devmastersbv/smtp-validate-email. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download devmastersbv/smtp-validate-email
More information about devmastersbv/smtp-validate-email
Files in devmastersbv/smtp-validate-email
Download devmastersbv/smtp-validate-email
More information about devmastersbv/smtp-validate-email
Files in devmastersbv/smtp-validate-email
Vendor devmastersbv
Package smtp-validate-email
Short Description Validates an email address by checking for MX records and performing and SMTP triplet connection
License GPL-3.0
Homepage https://github.com/devmastersbv/smtp-validate-email
Package smtp-validate-email
Short Description Validates an email address by checking for MX records and performing and SMTP triplet connection
License GPL-3.0
Homepage https://github.com/devmastersbv/smtp-validate-email
Please rate this library. Is it a good library?
Informations about the package smtp-validate-email
SMTP_Validate_Email
Perform email address validation/verification via SMTP.
The class retrieves MX records for the email domain and then connects to the domain's SMTP server to try figuring out if the address really exists.
Some features (see the source for more)
- Not really sending a message, gracefully resetting the session when done
- Command-specific communication timeouts implemented per relevant RFCs
- Catch-all account detection
- Batch mode processing supported
- MX query support on Windows without requiring any PEAR packages
- Logging and debugging support
Basic example
Array usage
The class supports passing an array of addresses in the constructor or to the
validate()
method. Checking multiple addresses on the same server uses
a single connection.
All versions of smtp-validate-email with dependencies
PHP Build Version
Package Version
No informations.
The package devmastersbv/smtp-validate-email contains the following files
Loading the files please wait ....