472,989 Members | 3,025 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,989 software developers and data experts.

Verify E-mail address

Good afternoon, community!

How you help me? I need to know, how could I verify e-mail address? I don't
mean ( for example: te**@test.com it is valid or not) I wanna know is that
real world E-mail or not?

How could I do that?

Thank you in advance!

Jun 27 '08 #1
7 2900
"Nikolay Podkolzin" <Ni**************@discussions.microsoft.comwrote :
How you help me? I need to know, how could I verify e-mail address? I
don't mean ( for example: te**@test.com it is valid or not) I wanna
know is that real world E-mail or not?
Send them a message and tell them to go to a long secret link to prove
they received it.

Eq.
Jun 27 '08 #2
Hi, Paul!

Thanks for your reply. But I need to check it e-mail in "live e-mail
verification", without the long secret link...

Any Thoughts?

"Paul E Collins" wrote:
"Nikolay Podkolzin" <Ni**************@discussions.microsoft.comwrote :
How you help me? I need to know, how could I verify e-mail address? I
don't mean ( for example: te**@test.com it is valid or not) I wanna
know is that real world E-mail or not?

Send them a message and tell them to go to a long secret link to prove
they received it.

Eq.
Jun 27 '08 #3
>
Thanks for your reply. But I need to check it e-mail in "live e-mail
verification", without the long secret link...

Any Thoughts?
My thought is that it's not possible without some cooperation from the
adressee to respond to you
Jun 27 '08 #4

"Nikolay Podkolzin" <Ni**************@discussions.microsoft.comwrote in
message news:4F**********************************@microsof t.com...
Hi, Paul!

Thanks for your reply. But I need to check it e-mail in "live e-mail
verification", without the long secret link...
If that was possible, then it would be a great anti-spam method as most of
it comes from fake addresses.
In theory you could send a message to it and then see if you get an NDR
back, but it could be a bit complicated and there is of course the
inevitable delay.

If just the domain is fake then it would be easier as you would fail at the
DNS lookup stage...

Jun 27 '08 #5
http://centralops.net/co/

That site seems to be quite accurate.
Jun 27 '08 #6
Nikolay Podkolzin wrote:
Good afternoon, community!

How you help me? I need to know, how could I verify e-mail address? I don't
mean ( for example: te**@test.com it is valid or not) I wanna know is that
real world E-mail or not?

How could I do that?

Thank you in advance!
There are two types of email verifications:

1. verify that the email address is legal, in the sense that it follows
the syntax that email addresses follows
2. verify that the email address is live, in that email you send to it
will end up in someones inbox.

The first type can easily be done through regular expressions, and you
can find many such examples on http://www.regexlib.com

The other one, however, is harder. The only sure way to do this is to
send that someone an email, containing a link back to your site. The
link would contain something that would allow your site to figure out
which user the link was sent to. The user would then be required to
click on the link to verify that the email address was correct.

There is, fortunately, no other way of doing this. Due to recent years
spamfest, all methods of silently verifying that an email address exists
on a server and corresponds to someones inbox is typically disabled
these days.

--
Lasse Vågsæther Karlsen
mailto:la***@vkarlsen.no
http://presentationmode.blogspot.com/
PGP KeyID: 0xBCDEA2E3
Jun 27 '08 #7
Nikolay Podkolzin wrote:
Thanks for your reply. But I need to check it e-mail in "live e-mail
verification", without the long secret link...
Not possible.

Spammers would love to do so.

The SMTP protocol actually has a VRFY command to
do just that.

But it is turned off on most mail servers to make
life just a little bit more difficult for spammers.

Arme

Jun 27 '08 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: neuge | last post by:
I am trying to write a Change password process to change user password on an Oracle 8i database with a Powerbuilder client. When the PL/SQL function supplied by Oracle (Verify Password) is...
4
by: Reader | last post by:
I have an application that allows a user to enter a user name, user password, and the domain or machine name. From this information I would like to verify the user account and password is valid. ...
1
by: TechWitch | last post by:
I posted this to the ms sql clustering news group, but I thought I'd post it here just in case someone here knew the answser. This problem has had me baffled for 5 months, and I'm not seeing any...
1
by: losway | last post by:
Hi everyone, Firstly i would like to thank everyone for their help and suggestions. However, i still could not fulfil my boss request. Here what i need to do: Original: SQL> set verify on...
0
by: tamilan71 | last post by:
Can anyone tell me a simple method of creating an application in Access 2003 that uses "Double data entry"? For me double data entry is defined as the ability to have data entered twice. The first...
1
by: 2D Rick | last post by:
I open a InputBox for specific formatted data and pass return to a variable. The format and length remain constant: yyCC looks like 05MR Is there a quick way to verify the input meets the format...
0
by: CHC | last post by:
Hi, I would like to verify the authenticity of a X509 digital certificate. I'm using Crypt::X509 to create a certificate object and can extract the data fields. But, I can't find a way to verify...
43
by: Xancatal | last post by:
Hey everybody. I need help on this one. I need to verify that a number entered by a user is not either a negative number (-100.00), or an alphabet (a, b, c, X, Y) as well as other number other than...
1
by: rcamarda | last post by:
I have a database backup that our vendor proformed. I dont know if they verified the backup, nor do I have the disk space to create a new backup with verify or retore the current backup. Is...
0
by: Ahmedhussain | last post by:
Hi everyone, I am totally new to IIS. I somehow configured IIS and now whenever I try to add a website, on testing it gives me the error of authorization, i.e. "Cannot verify access to path :...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
3
SueHopson
by: SueHopson | last post by:
Hi All, I'm trying to create a single code (run off a button that calls the Private Sub) for our parts list report that will allow the user to filter by either/both PartVendor and PartType. On...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.