aliks0905 Posted March 4, 2007 Share Posted March 4, 2007 is there an email verifier script that checks that the email does exist? not just a validator. I need a verifier. Thanks Link to comment https://forums.phpfreaks.com/topic/41070-email-verification-script/ Share on other sites More sharing options...
chronister Posted March 4, 2007 Share Posted March 4, 2007 The only thing I can think of is to create a script to send to an email and see if it bounces back. Since the username before the @domain.com is a user account, you would have to be able to access the users table for the domain in question to verify that the user exists. You can do a lookup on the domain to ensure it exists, but I don't believe there is any way to check and see if a particular user is valid on that domain. If I am wrong, then please someone correct me. But I don't think that I am here. Nate Link to comment https://forums.phpfreaks.com/topic/41070-email-verification-script/#findComment-198898 Share on other sites More sharing options...
pocobueno1388 Posted March 4, 2007 Share Posted March 4, 2007 I would guess you would have to use cURL on individual email sites to check for specific users. I may be totally wrong on this, but that would be my best guess. Link to comment https://forums.phpfreaks.com/topic/41070-email-verification-script/#findComment-198904 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.