|
![]() |
|
| Author |
|
|||||||
|
Strange Rash
Posts: 1081
Location:
|
Hey all. I'm trying to work out what tricks there are in SMTP/HTML emails to do the following: 1. Track an undeliverable email response back to the original email sent. I've looked at custom headers/parsing content but I don't think SMTP servers have a standard on how an undelivered email should be sent and may strip content / headers. I was thinking address extensions (rfc 5233) in the from address might help but I'm not sure if this will break email clients or spam filters. 2. Tell when a user opens an email. Exchange has read receipts, but I don't think they are standardised amongst SMTP servers or mail clients and I think it would be pretty easy to bypass. I've heard of HTML emails with HREF's to a tracking site that can track when the client tries to view a referenced image, but clients also disable viewing images (probably for this very reason). I guess what I'm trying to do is already done by most spammers. But the company I work for wants this done more for compliance and legal reasons. Anyone with experience with this sort of thing care to steer me in the right direction ?... :) |
|||||||
| #0 09:30pm 20/09/09 |
|
|||||||
|
system
|
--
|
|||||||
| #0 |
|
|||||||
|
Strange Rash
Posts: 1082
Location:
|
well f*** me, wikipedia has it all
http://en.wikipedia.org/wiki/E-mail_tracking jesus when did the internet get so easy to use :) |
|||||||
| #1 09:37pm 20/09/09 |
|
|||||||
|
Strange Rash
Posts: 1083
Location:
|
i deleted my previous thread...
who the f*** coded this forum ?!.. i got an error trying to create the thread... twice! when did the internet get so hard to use:( |
|||||||
| #2 09:41pm 20/09/09 |
|
|||||||
|
`ViPER`
Posts: 1531
Location: Brisbane, Queensland
|
Trying to think of ways you could do it, but I cant think of one single thing that would work consistently
Numerous clients have asked me this question, want to be guaranteed that an email has been deliverd, and in reality, there realy isnt any way, apart from a reply from the recipeient to say they have recieved it. |
|||||||
| #3 09:41pm 20/09/09 |
|
|||||||
|
Strange Rash
Posts: 1084
Location:
|
I thought this was interesting...
Another kind of receipt can be requested, which is called a DSN (delivery service notification), which is a request to the recipients email server to send you a notification about the delivery of an email you've just sent. The notification takes the form of an email, and will tell you if your delivery succeeded, failed, got delayed, or will warn you if any email server involved was unable to give you a receipt |
|||||||
| #4 09:44pm 20/09/09 |
|
|||||||
|
Farseeker
Posts: 1587
Location: Brisbane, Queensland
|
yeah nothing can be guaranteed. perhaps a different strategy would be best - such as have central to these crucial emails a call to action to read the message, being a link that gets clicked which can be tracked.
there are businesses that do this sort of open/click tracking of email campaigns. campaignmonitor.com mailchimp.com etc. |
|||||||
| #5 10:02pm 20/09/09 |
|
|||||||
|
tequila
Posts: 3241
Location: Brisbane, Queensland
|
when I need to track emails I embed an image with a unique id
<img src="path_to_image.gif?id=blah"> and in your database id=blah can be traced to the persons email the image is usually just a blank space |
|||||||
| #6 10:23pm 20/09/09 |
|
|||||||
|
greazy
Posts: 1751
Location: Brisbane, Queensland
|
What happens if the image is blocked
|
|||||||
| #7 11:52pm 20/09/09 |
|
|||||||
|
whoop
Posts: 14595
Location: Brisbane, Queensland
|
i deleted my previous thread... http://network.ausgamers.com/index.php?action=listitems and hit undelete? |
|||||||
| #8 12:47am 21/09/09 |
|
|||||||
|
Strange Rash
Posts: 1085
Location:
|
yeah nothing can be guaranteed Yeah, that about sums it up. Thanks anyway. |
|||||||
| #9 07:04am 21/09/09 |
|
|||||||
|
mooby
Posts: 5079
Location: Brisbane, Queensland
|
My last job in the UK did just this. What they did was have a unique 1px becon image on the email. When that was pullled off the webserver, you assumed the email was opened.
Outlook 2007 blocks images by default, so tha kinda f***ed things up. |
|||||||
| #10 07:20am 21/09/09 |
|
|||||||
|
Jim
Posts: 10351
Location: Brisbane, Queensland
|
nearly every up to date email client does that
|
|||||||
| #11 07:23am 21/09/09 |
|
|||||||
|
system
|
--
|
|||||||
| #11 |
|
|||||||
|
| ||||||||