CodeIgniter Forums
Validate email really exists - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Validate email really exists (/showthread.php?tid=65237)

Pages: 1 2


RE: Validate email really exists - Andy N - 05-23-2016

As above, there is no truly 'good' way to do this which isn't likely to cause more problems than it solves. You would need to get knee deep in the nitty-gritty of SMTP, and make a call on 'philosophical' questions such as 'does a mailbox which returns a soft bounce message count as existing?'.

Which is why the standard 'we will send you an email, click a link in it to validate' approach is normally used.


RE: Validate email really exists - slipdiegoknot - 05-23-2016

(05-19-2016, 03:37 PM)acsv Wrote: One of the reasons it is so difficult to check if an email exists (without sending an email) is that spammers could then brute force every valid email for a domain.

Yes! correct, many email provider companies block this validation such as gmail and others don't thus making any validation method unrealiable. I gave up on this one.

For example here http://verify-email.org/ it really checks that gmail accounts exist. I guess it can be done after all.


RE: Validate email really exists - chrisedwards - 05-07-2019

Hey Andy,

If you`re looking for a tool that does all kind of verifications of an email adress, I recommend https://thechecker.co

I`ve been using it for single email verification and it is very reliable.


RE: Validate email really exists - wolf - 09-25-2019

Hey Andy,

I used to use hunter.io, but its just too expensive.

I found a service that is, by far, the most inexpensive one out there. Its called https://sparkemail.net

Its very accurate as well.

Hope this helps :-)


RE: Validate email really exists - InsiteFX - 09-27-2019

This is how some one else did it.

php-smtp-email-validation

Read the article.


RE: Validate email really exists - valval - 10-29-2019

All email checkers and verifiers perform the basic function of checking format, domain, and the presence of a mailbox on a server using SMTP tests, helping you clean your email lists and reducing your risk of being marked as spam. For these purposes I use https://proofy.io It's the most accurate single email or bulk list verification service.