Results 1 to 4 of 4

Thread: how to Check Email ID is valid

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 2002
    Location
    fgh
    Posts
    332

    how to Check Email ID is valid

    Hello,

    I am developing an email newsletter in asp.net. How i can check the user submitted email id is valid or not. If an email id not exists, i need to show the user, the submitted email id is not valid.

    if he submits [email protected] which is not valid id ... but email format is correct... here i need to check whether the id is exists or not ...

    thankzzzzz
    Last edited by sureshvijayan; Sep 19th, 2008 at 10:10 AM.
    gh

  2. #2
    Hyperactive Member koolprasad2003's Avatar
    Join Date
    May 2007
    Location
    India
    Posts
    443

    Arrow Re: how to Check Email ID is valid

    hi there,
    if u r do this using asp.NET then try this

    http://www.devx.com/tips/Tip/28334

    regards
    koolprasad2003
    MCP, MCTS, Microsoft MVP [Asp.Net/IIS]

    For more .NET development tips visit .NET Tips

    If the post is useful then please Rate it

  3. #3
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: how to Check Email ID is valid

    Quote Originally Posted by koolprasad2003
    hi there,
    if u r do this using asp.NET then try this

    http://www.devx.com/tips/Tip/28334

    regards
    koolprasad2003
    Hey,

    The above checks to see whether an email address is well formed, but not whether it exists or not.

    For that you need to do some other checks.

    Here are some links that might help:

    http://www.codeproject.com/KB/valida...Addresses.aspx
    http://aspalliance.com/593_Email_Add...ng_IPWorks_NET
    http://www.webservicex.net/WS/WSDeta...SID=51&CATID=4

    Hope this helps!!

    Gary

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: how to Check Email ID is valid

    Remember that the method is never 100% reliable as certain mail servers will not perform the handshake so as to avoid spammers from brute-force-guessing email addresses. It's best if your application does not rely on this kind of functionality. If you need to, then send a link to the given email address which the user clicks on to verify that the account does exist.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width