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

CDO issue with badmail

Hi,

Usually when I setup a web form with CDO I either set the "From" field
in the email to either:

1. The email address of the person filling out the form, in which case
user errors often result in the mail getting stuck in the badmail folder
and not being sent

2. An alias for the client (like ma**@domain.com) to guarantee that it
gets delivered, but this is less convenient for the client as they can't
just reply-to the message, they have to manually change the address (not
a big deal, but annoying)
Is there another way to guarantee that even with a bad "from" address
scenario #1 will work every time? Or some other option I'm too dense to
have realized?
Thanks.
Jan 10 '07 #1
8 1487
the only test is to validate the email address before using it.

"Pupkin" <sp*******@dorrk.comwrote in message news:MP***********************@news.giganews.com.. .
Hi,

Usually when I setup a web form with CDO I either set the "From" field
in the email to either:

1. The email address of the person filling out the form, in which case
user errors often result in the mail getting stuck in the badmail folder
and not being sent

2. An alias for the client (like ma**@domain.com) to guarantee that it
gets delivered, but this is less convenient for the client as they can't
just reply-to the message, they have to manually change the address (not
a big deal, but annoying)
Is there another way to guarantee that even with a bad "from" address
scenario #1 will work every time? Or some other option I'm too dense to
have realized?
Thanks.

Jan 10 '07 #2
Is superficial validation enough (verifying email address format)? Or do
I need real validation?

In article <12*************@corp.supernews.com>, "Jon Paal" <Jon nospam
Paal @ everywhere dot comsays...
the only test is to validate the email address before using it.

"Pupkin" <sp*******@dorrk.comwrote in message news:MP***********************@news.giganews.com.. .
Hi,

Usually when I setup a web form with CDO I either set the "From" field
in the email to either:

1. The email address of the person filling out the form, in which case
user errors often result in the mail getting stuck in the badmail folder
and not being sent

2. An alias for the client (like ma**@domain.com) to guarantee that it
gets delivered, but this is less convenient for the client as they can't
just reply-to the message, they have to manually change the address (not
a big deal, but annoying)
Is there another way to guarantee that even with a bad "from" address
scenario #1 will work every time? Or some other option I'm too dense to
have realized?
Thanks.


Jan 10 '07 #3
Real validation can only be done by actually sending an email, or using a
component like the one that hexillion supplies
(http://hexillion.com/email_validation/).

A lot of sites simply ask users to input their email address twice, and
compare the two, which helps minimise typos. Then perform server-side
validation on the format of the address, then send an email to the submitted
address with a link that the user follows to finally confirm their
submission.

--
Mike Brind

"Pupkin" <sp*******@dorrk.comwrote in message
news:MP************************@news.giganews.com. ..
Is superficial validation enough (verifying email address format)? Or do
I need real validation?

In article <12*************@corp.supernews.com>, "Jon Paal" <Jon nospam
Paal @ everywhere dot comsays...
>the only test is to validate the email address before using it.

"Pupkin" <sp*******@dorrk.comwrote in message
news:MP***********************@news.giganews.com. ..
Hi,

Usually when I setup a web form with CDO I either set the "From" field
in the email to either:

1. The email address of the person filling out the form, in which case
user errors often result in the mail getting stuck in the badmail
folder
and not being sent

2. An alias for the client (like ma**@domain.com) to guarantee that it
gets delivered, but this is less convenient for the client as they
can't
just reply-to the message, they have to manually change the address
(not
a big deal, but annoying)
Is there another way to guarantee that even with a bad "from" address
scenario #1 will work every time? Or some other option I'm too dense to
have realized?
Thanks.



Jan 10 '07 #4
That's your call. You decide what is sufficient.


"Pupkin" <sp*******@dorrk.comwrote in message news:MP************************@news.giganews.com. ..
Is superficial validation enough (verifying email address format)? Or do
I need real validation?

In article <12*************@corp.supernews.com>, "Jon Paal" <Jon nospam
Paal @ everywhere dot comsays...
>the only test is to validate the email address before using it.

"Pupkin" <sp*******@dorrk.comwrote in message news:MP***********************@news.giganews.com.. .
Hi,

Usually when I setup a web form with CDO I either set the "From" field
in the email to either:

1. The email address of the person filling out the form, in which case
user errors often result in the mail getting stuck in the badmail folder
and not being sent

2. An alias for the client (like ma**@domain.com) to guarantee that it
gets delivered, but this is less convenient for the client as they can't
just reply-to the message, they have to manually change the address (not
a big deal, but annoying)
Is there another way to guarantee that even with a bad "from" address
scenario #1 will work every time? Or some other option I'm too dense to
have realized?
Thanks.



Jan 10 '07 #5


I meant, is superficial validation of the "FROM" field enough to get CDO
to send the message.

That's your call. You decide what is sufficient.


"Pupkin" <sp*******@dorrk.comwrote in message news:MP************************@news.giganews.com. ..
Is superficial validation enough (verifying email address format)? Or do
I need real validation?

In article <12*************@corp.supernews.com>, "Jon Paal" <Jon nospam
Paal @ everywhere dot comsays...
the only test is to validate the email address before using it.

"Pupkin" <sp*******@dorrk.comwrote in message news:MP***********************@news.giganews.com.. .
Hi,

Usually when I setup a web form with CDO I either set the "From" field
in the email to either:

1. The email address of the person filling out the form, in which case
user errors often result in the mail getting stuck in the badmail folder
and not being sent

2. An alias for the client (like ma**@domain.com) to guarantee that it
gets delivered, but this is less convenient for the client as they can't
just reply-to the message, they have to manually change the address (not
a big deal, but annoying)
Is there another way to guarantee that even with a bad "from" address
scenario #1 will work every time? Or some other option I'm too dense to
have realized?
Thanks.


Jan 10 '07 #6
If it is a valid format, then CDO will attempt to send it. That does not mean the email address is real. See Mike's earlier answer
regarding confirming if addresses are real or simply a valid format.
"Pupkin" <sp*******@dorrk.comwrote in message news:MP************************@news.giganews.com. ..
>

I meant, is superficial validation of the "FROM" field enough to get CDO
to send the message.

>That's your call. You decide what is sufficient.


"Pupkin" <sp*******@dorrk.comwrote in message news:MP************************@news.giganews.com. ..
Is superficial validation enough (verifying email address format)? Or do
I need real validation?

In article <12*************@corp.supernews.com>, "Jon Paal" <Jon nospam
Paal @ everywhere dot comsays...
the only test is to validate the email address before using it.

"Pupkin" <sp*******@dorrk.comwrote in message news:MP***********************@news.giganews.com.. .
Hi,

Usually when I setup a web form with CDO I either set the "From" field
in the email to either:

1. The email address of the person filling out the form, in which case
user errors often result in the mail getting stuck in the badmail folder
and not being sent

2. An alias for the client (like ma**@domain.com) to guarantee that it
gets delivered, but this is less convenient for the client as they can't
just reply-to the message, they have to manually change the address (not
a big deal, but annoying)
Is there another way to guarantee that even with a bad "from" address
scenario #1 will work every time? Or some other option I'm too dense to
have realized?
Thanks.



Jan 10 '07 #7
>A lot of sites simply ask users to input their email address twice

I wonder how many people just copy and paste. I know I do.

I have a feeling this is some wunderkind inspired idea that only annoys
people, who quickly find a way around the inconvenience. Can you imagine
this implementation in other devices, like entering a phone# twice before
you can press send on your phone?

Bob Lehmann
"Mike Brind" <pa*******@hotmail.comwrote in message
news:ON**************@TK2MSFTNGP03.phx.gbl...
Real validation can only be done by actually sending an email, or using a
component like the one that hexillion supplies
(http://hexillion.com/email_validation/).

A lot of sites simply ask users to input their email address twice, and
compare the two, which helps minimise typos. Then perform server-side
validation on the format of the address, then send an email to the
submitted
address with a link that the user follows to finally confirm their
submission.

--
Mike Brind

"Pupkin" <sp*******@dorrk.comwrote in message
news:MP************************@news.giganews.com. ..
Is superficial validation enough (verifying email address format)? Or do
I need real validation?

In article <12*************@corp.supernews.com>, "Jon Paal" <Jon nospam
Paal @ everywhere dot comsays...
the only test is to validate the email address before using it.

"Pupkin" <sp*******@dorrk.comwrote in message
news:MP***********************@news.giganews.com.. .
Hi,

Usually when I setup a web form with CDO I either set the "From"
field
in the email to either:

1. The email address of the person filling out the form, in which
case
user errors often result in the mail getting stuck in the badmail
folder
and not being sent

2. An alias for the client (like ma**@domain.com) to guarantee that
it
gets delivered, but this is less convenient for the client as they
can't
just reply-to the message, they have to manually change the address
(not
a big deal, but annoying)
Is there another way to guarantee that even with a bad "from" address
scenario #1 will work every time? Or some other option I'm too dense
to
have realized?
Thanks.


Jan 11 '07 #8
I copy and paste, but then I know how to type my email address(es). I also
know how to copy and paste. That sounds kind of obvious, but in my
experience, the people who are more likely to enter their email address
incorrectly _don't_ know how to copy and paste. They are also the kind of
people who don't know any of the following:

1. WHERE THEIR CAPS LOCK KEY IS
2. how to use their shift key
3. Clicking the "Submit" button sends the form
4. You only need to click a hyperlink once
5. If 3 lines are provided for address entry, you are not expected to put
the whole thing on one line

etc...

:)
"Bob Lehmann" <no****@dontbotherme.zzzwrote in message
news:Od**************@TK2MSFTNGP02.phx.gbl...
>>A lot of sites simply ask users to input their email address twice

I wonder how many people just copy and paste. I know I do.

I have a feeling this is some wunderkind inspired idea that only annoys
people, who quickly find a way around the inconvenience. Can you imagine
this implementation in other devices, like entering a phone# twice before
you can press send on your phone?

Bob Lehmann
"Mike Brind" <pa*******@hotmail.comwrote in message
news:ON**************@TK2MSFTNGP03.phx.gbl...
>Real validation can only be done by actually sending an email, or using a
component like the one that hexillion supplies
(http://hexillion.com/email_validation/).

A lot of sites simply ask users to input their email address twice, and
compare the two, which helps minimise typos. Then perform server-side
validation on the format of the address, then send an email to the
submitted
>address with a link that the user follows to finally confirm their
submission.

--
Mike Brind

"Pupkin" <sp*******@dorrk.comwrote in message
news:MP************************@news.giganews.com ...
Is superficial validation enough (verifying email address format)? Or
do
I need real validation?

In article <12*************@corp.supernews.com>, "Jon Paal" <Jon nospam
Paal @ everywhere dot comsays...
the only test is to validate the email address before using it.

"Pupkin" <sp*******@dorrk.comwrote in message
news:MP***********************@news.giganews.com. ..
Hi,

Usually when I setup a web form with CDO I either set the "From"
field
in the email to either:

1. The email address of the person filling out the form, in which
case
user errors often result in the mail getting stuck in the badmail
folder
and not being sent

2. An alias for the client (like ma**@domain.com) to guarantee that
it
gets delivered, but this is less convenient for the client as they
can't
just reply-to the message, they have to manually change the address
(not
a big deal, but annoying)
Is there another way to guarantee that even with a bad "from"
address
scenario #1 will work every time? Or some other option I'm too dense
to
have realized?
Thanks.



Jan 11 '07 #9

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

Similar topics

3
by: Paul Mateer | last post by:
Hi, I have been running some queries against a table in a my database and have noted an odd (at least it seems odd to me) performance issue. The table has approximately 5 million rows and...
7
by: George Hester | last post by:
Please take a look at this google artcle: http://groups.google.com/groups?hl=en&lr=&frame=right&th=55d6f4b50f5f9382&seekm=411f370d%241%40olaf.komtel.net#link9 The op was having trouble with...
3
by: Eddie Price | last post by:
I have a web database that just keeps users info for clients uploading/downloading files. Whenever someone uploads a new file this script sends out an email to notify the company. Script only works...
2
by: Anthony Cuttitta Jr. | last post by:
We have an application that outputs several different graphs from data downloaded from our AS400. The application has worked without (this) issue for several months now, but just recently, the...
0
by: Kevin Spencer | last post by:
Hi all, I am working on a service that uploads METAR weather information to the National Weather Service FTP site. The service I'm authoring is hosted on a Windows 200 server, and the NWS FTP...
2
by: Ben Rush | last post by:
Hello World, Okay, I have spent the day browsing the newsgroups and reading up on article after article concerning ViewState corruption and so forth, and I have a couple questions. We...
5
by: Robert | last post by:
I have a series of web applications (configured as separate applications) on a server. There is a main application at the root and then several virtual directories that are independant...
0
by: Charles Leonard | last post by:
I am having yet another issue with Windows Server 2003. This time, the web service (a file import web service) appears to run except for one odd message: "ActiveX component can't create object". ...
13
by: SAL | last post by:
Hello, I'm trying to include a popup in the ItemTemplate of a gridview row. The ItemTemplate for the field contains a textbox and when the user clicks in the textbox I want a popup panel to show...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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
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...

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.