Verifying an email address exist in C# -


About email verification,

Using C #, how do you

< Ol>
  • Issue a VRFY command
  • Issue a RCPT command
  • The IMO, RCPT method is the best, and I still use it every day.

    Here is the required code:

    The class is quite heavy, you have to choose the code snippet you need from the source code.


    Comments

    Popular posts from this blog

    windows - Heroku throws SQLITE3 Read only exception -

    lex - Building a lexical Analyzer in Java -

    python - rename keys in a dictionary -