Is there a way to ping and validate an email address? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Is there a way to ping and validate an email address?

I've been working on a form in which live validation of email takes place. The email address should be valid: The format of the email, active email address (not a bogus email address). I've thought about the logic - in order to check the email address is valid, I need to handshake with the SMTP server in order to pass the security (correct me if I'm wrong about this logic). Otherwise, I have these two options: 1. Send a verification code to the email address 2. Send a confirmation link. Pls help!

25th May 2018, 11:39 AM
Harish
Harish - avatar
1 Answer
25th May 2018, 5:30 PM
Apple Blossom
Apple Blossom - avatar