How to check if an email address exists without sending an email?

前端 未结 14 1751
半阙折子戏
半阙折子戏 2020-11-22 00:28

I have come across this PHP code to check email address using SMTP without sending an email.

Has anyone tried anything similar or does it work for you? Can you tell

14条回答
  •  渐次进展
    2020-11-22 01:19

    "Can you tell if an email customer / user enters is correct & exists?"

    Actually these are two separate things. It might exist but might not be correct.

    Sometimes you have to take the user inputs at the face value. There are many ways to defeat the system otherwise.

提交回复
热议问题