473,395 Members | 1,577 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 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 2931
"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: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

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.