Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

  • Administrators
Posted

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

Posting Guidelines FAQ Post Formatting

 

Intellectuals solve problems; geniuses prevent them.

-- Albert Einstein

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...