smtplib.SMTP.verify()

SMTP.verify(address)

Check the validity of an address on this server using SMTP VRFY. Returns a tuple consisting of code 250 and a full RFC 822 address (including human name) if the user address is valid. Otherwise returns an SMTP error code of 400 or greater and an error string.

Note

Many sites disable SMTP VRFY in order to foil spammers.

doc_python
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.