Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 304 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 304 Bytes

verify-email

This class can be used to check if an e-mail is valid using the SMTP protocol.

It can connect to an SMTP server defined by the MX records of the domain of the address to validate.

The class simulates the delivery of a message to see if the given recipient address is accepted as valid.