mcharaia Posted November 5, 2003 Posted November 5, 2003 I am using SMTP e-mail to send e-mail from my web application. The e-mail address is entered in the textbox and domain name stays the same all the time. Is there any way I can validate "FLName" out of FLName@ourcompany.com by interacting with exchange server. Any help will be appreciated. Thanks much Quote
Administrators PlausiblyDamp Posted November 5, 2003 Administrators Posted November 5, 2003 SMTP has a VRFY command which can be used to test if an e-mail address is valid for the system, however it is nearly always turned off as it makes it easy for spammers to collect valid addresses. more details can be found here http://www.cotse.com/CIE/RFC/821/6.htm Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.