473,395 Members | 1,870 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.

Email bounce backs

VK
Hello:

Since our application uses ASP, I am posting this in this group. Pardon
if wrong group.

Our product/application replies a lot on bounced back emails, that way
we correct this and let the client know. Off late we are receiving very,
very few of these emails. It turns out, with amount of spamming going on
most of the companies have set up filters. As a result, most of emails,
even though incorrect don't get bounced back.

Is there another way to track bounced back emails?

Thanks.
Vani

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Jul 19 '05 #1
7 6050
> Is there another way to track bounced back emails?

ASP in and of itself can't track anything like this. And sorry, if the
remote mail servers are just swallowing up your messages and stuffing them
into dev/null, there is no way for any other system to track them either.
They're just gone.

If you have a lot of messages like this that are being rejected because the
recipient is invalid, then it might be telling you something (e.g. get a
more reliable, read: OPT IN list!).

If your content is of any value, you should be able to track *successful*
e-mails (because they will go to your site with a referral link, etc). The
delta represents unsuccessful (regardless of the reason). You can also set
CDO to demand return receipts so, even if the e-mails are not "successful"
per se, and are merely deleted by the recipient, you can at least know they
were delivered successfully. See http://www.aspfaq.com/2252 for details.

--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/
Jul 19 '05 #2
VK
To elaborate a little more, emailing part is controlled by users. Each
user nominates (via entering their email address) their "raters"(about
10 to 15 of them) and each group has about 40-50 such users. This would
be for one project and we have more than one, online.

This volume is high to monitor read receipts.

thanks.

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Jul 19 '05 #3
> This volume is high to monitor read receipts.

HUH? Originally, you said:
Our product/application replies a lot on bounced back emails, that way
we correct this and let the client know.


So, can you describe the difference between receipts and bounces? If you
send out 5000 e-mails, and half or failures, you are either going to have to
process 2500 rejects or 2500 successes. I'm not sure how volume impacts
choosing one way over another; though what I previously said still stands:
you can't rely on failed deliveries to be reported.

--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/
Jul 19 '05 #4
VK
Bounced backs emails are those that are undeliverables - they return to
our inbox stating as undeliverables. that way we know that this email is
incorrect and hence we were able to track emails that were faulty.

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Jul 19 '05 #5
Look, I was only suggesting an alternative. If it's "too much," then don't
use it. Simple, huh?

--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/


<VK> wrote in message news:#W**************@TK2MSFTNGP11.phx.gbl...
Bounced backs emails are those that are undeliverables - they return to
our inbox stating as undeliverables. that way we know that this email is
incorrect and hence we were able to track emails that were faulty.

Jul 19 '05 #6
You won't find your easiest solution using ASP. Export the bounce back
messages to a some sort of a datasource and then compare it against your
database of e-mail addresses to filter out the bounce backs.

Ray at work

<VK> wrote in message news:%2****************@TK2MSFTNGP11.phx.gbl...
Bounced backs emails are those that are undeliverables - they return to
our inbox stating as undeliverables. that way we know that this email is
incorrect and hence we were able to track emails that were faulty.

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Jul 19 '05 #7
> You won't find your easiest solution using ASP. Export the bounce back
messages to a some sort of a datasource and then compare it against your
database of e-mail addresses to filter out the bounce backs.


Not to belabor the point, but VK expects to somehow track the messages that
are sent to invalid addresses but are *NOT* bounced, but rather merely
swallowed by the remote mail server (/dev/null, bit bucket, recycle bin,
circular file, what have you).

So my suggestion was to track the *successful* IMHO, if he's getting enough
bounces that it's an issue, volume either way shouldn't be an inhibitor.

--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/
Jul 19 '05 #8

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

Similar topics

9
by: news | last post by:
There's all kinds of ways to validate an email address to make sure it's well formed and whatnot, but what about checking to see if it's a valid e-mail account? Like how you can use checkdnsrr()...
2
by: Rob Imbeault | last post by:
Hi Guys, I am building a script that catches emails. I have access to the email source and I would like to distinguish between bounced emails, auto-replies and real replies. Is there a...
7
by: Monty | last post by:
I've written a simple e-newsletter app using the PHP mail() command. I want to be able to deal with bounce-backs if a member's email is no longer working or is using an old account. I'm using a...
3
by: Darren Clark | last post by:
HI, I am after some assistance in finding what is the best way to parse through bounce back text...... because each server is different i cant really depend on Line x being the line where the...
4
by: MostlyH2O | last post by:
Hi Folks, I have been going in circles for weeks - trying to find the best way to send and manage emails from my ASP application. The email page might send as many as 500 individual emails at a...
0
by: westlog104 | last post by:
Hi, I have a problem with CDO.Message bounce back. when the email bounce back, the bounce back email will send back to address: Sender or
0
by: alanwo | last post by:
Hi Experts, I am trying to send out email and bounce back to different from "FROM" email address: Dim webmail As New System.Net.Mail.MailMessage("B@FROM.com", "ghyddfhg@gmail.com", "hello",...
1
by: Stuart Harden | last post by:
We use Exchange 2007, but asp.net programs we have written to send out the mail. Is there an asp.net control to request the bounce backs be to a specific address? We can of course do this on...
15
by: Florian Lindner | last post by:
Hello, is there a function in the Python stdlib to test if a string is a valid email address? Thanks, florian
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...
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...

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.