473,414 Members | 1,677 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,414 software developers and data experts.

email grabbing in ASP?

Hi, Thanks for any help in advance...

I'm wondering if anyone knows how or has the resource for
graabing a users email address without them knowing?

Before I hear all the 'Its not ethical' blurb - I know and my
use is legitimate...

I am build an e-commerce store and as well as grabbing the users
IP at point of sale, i think it would be invaluable to grab a
users email address (on top of their registration supplied
address - but not always) so that in cases of attempted fraud
there is an additional avenue by which we can investigate. The
intention is by no means for spam (which I loathe)

Anyone know how to do this?

Regards

----------------------------------------------
Posted with NewsLeecher v2.0 Beta 5
* Binary Usenet Leeching Made Easy
* http://www.newsleecher.com/?usenet
----------------------------------------------

Jul 22 '05 #1
4 1293
CJM
If it was possible, it would still be unethical... even if your motive is
benign.

Where exactly are we to grab this email address from? The only way you can
get information from the user is if the user provides it for us in some way,
ie via an ASP form (e.g. order & customer information), or via the HTTP
headers (e.g. IP address).

Irrespective of ethical & privacy issues, how else can you get any more
information out of them? Maybe you could infect them with Spyware? A
Keylogger perhaps? But I dont think this is a viable course of action for
one as respectable as yourself...

I'm afraid you will have to minimise your exposure to fraud in other ways...

Chris
"InvisibleMan" <in**********@nodomain.com> wrote in message
news:61*******************@fe2.texas.rr.com...
Hi, Thanks for any help in advance...

I'm wondering if anyone knows how or has the resource for
graabing a users email address without them knowing?

Before I hear all the 'Its not ethical' blurb - I know and my
use is legitimate...

I am build an e-commerce store and as well as grabbing the users
IP at point of sale, i think it would be invaluable to grab a
users email address (on top of their registration supplied
address - but not always) so that in cases of attempted fraud
there is an additional avenue by which we can investigate. The
intention is by no means for spam (which I loathe)

Anyone know how to do this?

Regards

Jul 22 '05 #2
Chris is right.

Which is the the right thing to do and more ethical?
1. When the user fills out a form to "sign up", include email address as one
of the fields and MAYBE make it a required field OR
2. Force them to install an ActiveX control that looks for email accounts
for common email clients like Outlook Express, Outlook, Netscape, Eudora,
whatver.

It has to be a complicated client-side thing, no browser's going to put that
stuff in the request and no script in the HTML is going to be able to do
that sort of thing.

I don't get why you would not just ask the user for their email address and
MAYBE make it a required field.

Paul

"CJM" <cj*******@newsgroups.nospam> wrote in message
news:ug**************@TK2MSFTNGP10.phx.gbl...
If it was possible, it would still be unethical... even if your motive is
benign.

Where exactly are we to grab this email address from? The only way you can
get information from the user is if the user provides it for us in some way, ie via an ASP form (e.g. order & customer information), or via the HTTP
headers (e.g. IP address).

Irrespective of ethical & privacy issues, how else can you get any more
information out of them? Maybe you could infect them with Spyware? A
Keylogger perhaps? But I dont think this is a viable course of action for
one as respectable as yourself...

I'm afraid you will have to minimise your exposure to fraud in other ways...
Chris
"InvisibleMan" <in**********@nodomain.com> wrote in message
news:61*******************@fe2.texas.rr.com...
Hi, Thanks for any help in advance...

I'm wondering if anyone knows how or has the resource for
graabing a users email address without them knowing?

Before I hear all the 'Its not ethical' blurb - I know and my
use is legitimate...

I am build an e-commerce store and as well as grabbing the users
IP at point of sale, i think it would be invaluable to grab a
users email address (on top of their registration supplied
address - but not always) so that in cases of attempted fraud
there is an additional avenue by which we can investigate. The
intention is by no means for spam (which I loathe)

Anyone know how to do this?

Regards


Jul 22 '05 #3
Also, some web sites validate the email address by emailing you an
activation password or similar, and I think this is reasonable.

Paul

"CJM" <cj*******@newsgroups.nospam> wrote in message
news:ug**************@TK2MSFTNGP10.phx.gbl...
If it was possible, it would still be unethical... even if your motive is
benign.

Where exactly are we to grab this email address from? The only way you can
get information from the user is if the user provides it for us in some way, ie via an ASP form (e.g. order & customer information), or via the HTTP
headers (e.g. IP address).

Irrespective of ethical & privacy issues, how else can you get any more
information out of them? Maybe you could infect them with Spyware? A
Keylogger perhaps? But I dont think this is a viable course of action for
one as respectable as yourself...

I'm afraid you will have to minimise your exposure to fraud in other ways...
Chris
"InvisibleMan" <in**********@nodomain.com> wrote in message
news:61*******************@fe2.texas.rr.com...
Hi, Thanks for any help in advance...

I'm wondering if anyone knows how or has the resource for
graabing a users email address without them knowing?

Before I hear all the 'Its not ethical' blurb - I know and my
use is legitimate...

I am build an e-commerce store and as well as grabbing the users
IP at point of sale, i think it would be invaluable to grab a
users email address (on top of their registration supplied
address - but not always) so that in cases of attempted fraud
there is an additional avenue by which we can investigate. The
intention is by no means for spam (which I loathe)

Anyone know how to do this?

Regards


Jul 22 '05 #4
InvisibleMan wrote:
Hi, Thanks for any help in advance...

I'm wondering if anyone knows how or has the resource for
graabing a users email address without them knowing?

Before I hear all the 'Its not ethical' blurb - I know and my
use is legitimate...

I am build an e-commerce store and as well as grabbing the users
IP at point of sale, i think it would be invaluable to grab a
users email address (on top of their registration supplied
address - but not always) so that in cases of attempted fraud
there is an additional avenue by which we can investigate. The
intention is by no means for spam (which I loathe)

Anyone know how to do this?

Regards


Could you tell us the name of the site you are building? I for one
would want to avoid it.

Also, which email address do you plan on grabbing? I use at least half
a dozen. Or do you want to grab all the ones that might be lying
around on my machine? That would be over 10,000 at the moment, one way
or another.

You haven't really thought this through.

Morris
Jul 22 '05 #5

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

Similar topics

5
by: Joe | last post by:
I need to connect to 10 web sites to grab content from them. I would like to connect to each site simultaneously so that I can obtain the data as fast as possible. I am familar doing this with...
7
by: BenignVanilla | last post by:
My ISP provides a web based email client, but it is not brandable and the features are not that extensive. I'd like to build my own. Has anyone done this, or is anyone aware of any tools out there...
3
by: InvisibleMan | last post by:
Hi, Thanks for any help in advance... I'm wondering if anyone knows how or has the resource for graabing a users email address without them knowing? Before I hear all the 'Its not ethical'...
0
by: Shravan | last post by:
Hi, Sometimes winforms DataGrid is grabbing focus when DataSource is set. Its not happening always, happens very rarely. If anybody knows when would this happen and the workaround for it I would...
4
by: darrel | last post by:
I have a contact form that a person submits to the server. In ASP, you'd make a page, post the form to another page, which would grab the values and do somethign with them. in ASP.NET, it...
4
by: bwalke | last post by:
Help Needed Please!!! With a VB.NET web application, I am trying to save pictures and files to a directory on the web server. However, the web server is not grabbing the Posted Files. For...
0
by: .Net Sports | last post by:
I've been looking everywhere, but i can't locate any functions, or articles on the net or my resources, on how to open a file using vb.net, and then grabbing certain parts of the file, and putting...
5
by: Nitro | last post by:
I recently developed a web app with php which sends emails out via form submission. I'ts an eProofing system for a publishing/advertising company. Now, I am being asked to provide email reciept of...
5
by: joe_doufu | last post by:
Hi, old web developer, new to Ajax and XML here. I'm developing an application that grabs an XML file from a (PHP) web service. In fact, it's going to be an online game. When the user clicks a...
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...
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.