zytzagoo / smtp-validate-email

A PHP library for performing email addresses validation via SMTP
GNU General Public License v3.0
437 stars 155 forks source link

i need help :( #71

Open routerlocal opened 3 years ago

routerlocal commented 3 years ago

i have all working good, but all mails i try verify return erro

550-Please turn on SMTP Authentication in your mail client.

how i fix this to work in @yahoo? @gmail? and others?

zytzagoo commented 3 years ago

You'll need to extend the code yourself to implement/do SMTP Authentication.