mforan Posted June 2, 2009 Share Posted June 2, 2009 how would i go about checking an inputted email address, to make sure it resides from some real domain. ie yahoo.com or google.com ?? any ideas peeps? would be apreciated. Link to comment https://forums.phpfreaks.com/topic/160563-email-address-check/ Share on other sites More sharing options...
ldougherty Posted June 2, 2009 Share Posted June 2, 2009 There are a lot of resources on line with information on how to write PHP email validation scripts. This is particularly a good one http://www.linuxjournal.com/article/9585 There is no way to validate the address itself is valid without opening an SMTP session with the recipients mail server and even then that only works if they have the VRFY command implemented. Link to comment https://forums.phpfreaks.com/topic/160563-email-address-check/#findComment-847403 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.