J
JD
Within asp.net I know it is possible to validate that a user has entered
in a correctly formatted email address. However, what I want to be able
to do is to verify that the email address entered is actually going to
work. As in that it will receive email.
I have been looking at one way to do this, and that is to see if the
domain part of the email address is a valid domain, but I was wondering
if there was a better way of checking to see if the email address
entered is actually valid.
Any suggestions appreciated on this subject. Thanks.
in a correctly formatted email address. However, what I want to be able
to do is to verify that the email address entered is actually going to
work. As in that it will receive email.
I have been looking at one way to do this, and that is to see if the
domain part of the email address is a valid domain, but I was wondering
if there was a better way of checking to see if the email address
entered is actually valid.
Any suggestions appreciated on this subject. Thanks.