Can I check if an email address exists using .net?

后端 未结 7 524

Ive seen some php examples of how you can ping an inbox(without sending any mail to it) to check whether it exists. I was wondering if anyone knows if this is possible with

相关标签:
7条回答
  • 2020-11-30 09:24

    http://www.codicode.com/art/free_asp_net_email_validator_verifier.aspx. Use the dll reference to your code. It is free both for personal use and redistribution. It checks for the domain name existence without actually sending an email.

    0 讨论(0)
提交回复
热议问题