Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old August 22nd, 2007, 09:05 AM
ginoplusio@gmail.com
Guest
 
Posts: n/a
Default newsletter software

Hi,
I'm developing a software to send newsletter to the users of my
website. I have a problem on the stats, detecting the opening of the
newsletter on the user's client.
The method I've chosen uses an html img tag like this:

<img src="detectscript.php?email=1234"/>

The script "detectscript.php" uses the email-id passed to save the
event "mail open". The script save the "opening" information on the db
and then pick a trasparent image on the server, set the mime type of
the response and send it out to the client.
The script called alone from the browser give the trasparent image
correctly and save the opening event in the db.

So, this method works with some email clients but not with all,
because clients like Windows Mail or Outlook detect that this is a
fake image and they don't call my script. I think that they check the
name of my script... it's a ".php", there are parameters... and they
block it.

Do you have any suggestion to count the newsletter opening correctly?

bye
Giulio

  #2  
Old August 22nd, 2007, 09:25 AM
rf
Guest
 
Posts: n/a
Default Re: newsletter software


<ginoplusio@gmail.comwrote in message
news:1187769752.817265.74860@m37g2000prh.googlegro ups.com...
Quote:
Hi,
I'm developing a software to send newsletter to the users of my
website. I have a problem on the stats, detecting the opening of the
newsletter on the user's client.
The method I've chosen uses an html img tag like this:
>
<img src="detectscript.php?email=1234"/>
Which my email client will never open. It considers images a security risk,
as loading them confirms that the email address they were sent to is a valid
one. This is an Anti spam measure.
Quote:
Do you have any suggestion to count the newsletter opening correctly?
Why do you need to do this?

--
Richard.


  #3  
Old August 22nd, 2007, 09:25 AM
ginoplusio@gmail.com
Guest
 
Posts: n/a
Default Re: newsletter software

On 22 Ago, 10:14, "rf" <r...@invalid.comwrote:
Quote:
<ginoplu...@gmail.comwrote in message
>
news:1187769752.817265.74860@m37g2000prh.googlegro ups.com...
>
Quote:
Hi,
I'm developing a software to send newsletter to the users of my
website. I have a problem on the stats, detecting the opening of the
newsletter on the user's client.
The method I've chosen uses an html img tag like this:
>
Quote:
<img src="detectscript.php?email=1234"/>
>
Which my email client will never open. It considers images a security risk,
as loading them confirms that the email address they were sent to is a valid
one. This is an Anti spam measure.
>
Quote:
Do you have any suggestion to count the newsletter opening correctly?
>
Why do you need to do this?
>
To make some statistics.
I'd like to make statistics on the newsletter:
- Total emails sent
- Valid emails in the db
- Emails that were full (over quota)
- Opened emails
- Clicked emails

I have problems only on detecting the opened emails.





  #4  
Old August 22nd, 2007, 09:45 AM
rf
Guest
 
Posts: n/a
Default Re: newsletter software


<ginoplusio@gmail.comwrote in message
news:1187771079.379665.43150@e9g2000prf.googlegrou ps.com...
Quote:
On 22 Ago, 10:14, "rf" <r...@invalid.comwrote:
Quote:
><ginoplu...@gmail.comwrote in message
>>
>news:1187769752.817265.74860@m37g2000prh.googlegr oups.com...
>>
Quote:
Hi,
I'm developing a software to send newsletter to the users of my
website. I have a problem on the stats, detecting the opening of the
newsletter on the user's client.
The method I've chosen uses an html img tag like this:
>>
Quote:
<img src="detectscript.php?email=1234"/>
>>
>Which my email client will never open. It considers images a security
>risk,
>as loading them confirms that the email address they were sent to is a
>valid
>one. This is an Anti spam measure.
>>
Quote:
Do you have any suggestion to count the newsletter opening correctly?
>>
>Why do you need to do this?
>>
>
To make some statistics.
I'd like to make statistics on the newsletter:
- Total emails sent
- Valid emails in the db
- Emails that were full (over quota)
- Opened emails
- Clicked emails
>
I have problems only on detecting the opened emails.
If the email recipient chooses to not download that image then there is
nothing at all that you can do to make it happen.

You will just have to accept the fact that your stats are not reliable.

--
Richard.


  #5  
Old August 22nd, 2007, 10:05 AM
ginoplusio@gmail.com
Guest
 
Posts: n/a
Default Re: newsletter software

On 22 Ago, 10:36, "rf" <r...@invalid.comwrote:
Quote:
<ginoplu...@gmail.comwrote in message
>
news:1187771079.379665.43150@e9g2000prf.googlegrou ps.com...
>
>
>
Quote:
On 22 Ago, 10:14, "rf" <r...@invalid.comwrote:
Quote:
<ginoplu...@gmail.comwrote in message
>
Quote:
Quote:
>news:1187769752.817265.74860@m37g2000prh.googlegr oups.com...
>
Quote:
Quote:
Hi,
I'm developing a software to send newsletter to the users of my
website. I have a problem on the stats, detecting the opening of the
newsletter on the user's client.
The method I've chosen uses an html img tag like this:
>
Quote:
Quote:
<img src="detectscript.php?email=1234"/>
>
Quote:
Quote:
Which my email client will never open. It considers images a security
risk,
as loading them confirms that the email address they were sent to is a
valid
one. This is an Anti spam measure.
>
Quote:
Quote:
Do you have any suggestion to count the newsletter opening correctly?
>
Quote:
Quote:
Why do you need to do this?
>
Quote:
To make some statistics.
I'd like to make statistics on the newsletter:
- Total emails sent
- Valid emails in the db
- Emails that were full (over quota)
- Opened emails
- Clicked emails
>
Quote:
I have problems only on detecting the opened emails.
>
If the email recipient chooses to not download that image then there is
nothing at all that you can do to make it happen.
>
You will just have to accept the fact that your stats are not reliable.
>
--
Richard.
are you sure?
i can't believe that there isn't a trick... professional newsletter
software how do they do?
using htaccess file is it possibile to make gif extension file
processed as php...?
or is it possibile to use url rewriting to find a work around...?
any suggestion?

thank you in advance.
giulio



  #6  
Old August 22nd, 2007, 11:15 AM
rf
Guest
 
Posts: n/a
Default Re: newsletter software


<ginoplusio@gmail.comwrote in message
news:1187773290.163484.198530@x35g2000prf.googlegr oups.com...
Quote:
On 22 Ago, 10:36, "rf" <r...@invalid.comwrote:
Quote:
><ginoplu...@gmail.comwrote in message
>>
>news:1187771079.379665.43150@e9g2000prf.googlegro ups.com...
>>
>>
>>
Quote:
On 22 Ago, 10:14, "rf" <r...@invalid.comwrote:
><ginoplu...@gmail.comwrote in message
>>
Quote:
>>news:1187769752.817265.74860@m37g2000prh.googleg roups.com...
>>
Quote:
Hi,
I'm developing a software to send newsletter to the users of my
website. I have a problem on the stats, detecting the opening of the
newsletter on the user's client.
The method I've chosen uses an html img tag like this:
>>
Quote:
<img src="detectscript.php?email=1234"/>
>>
Quote:
>Which my email client will never open. It considers images a security
>risk,
>as loading them confirms that the email address they were sent to is a
>valid
>one. This is an Anti spam measure.
>>
Quote:
Do you have any suggestion to count the newsletter opening
correctly?
>>
Quote:
>Why do you need to do this?
>>
Quote:
To make some statistics.
I'd like to make statistics on the newsletter:
- Total emails sent
- Valid emails in the db
- Emails that were full (over quota)
- Opened emails
- Clicked emails
>>
Quote:
I have problems only on detecting the opened emails.
>>
>If the email recipient chooses to not download that image then there is
>nothing at all that you can do to make it happen.
>>
>You will just have to accept the fact that your stats are not reliable.
>>
>--
>Richard.
>
are you sure?
<sighYes. I am very sure.

If your email recipient has configured their email client to _not_ retrieve
images (as I have done) then there is absolutely nothing you can do about
it, short of going round to their house and changing their preferences for
them.

You can also do nothing at all about the fact that I have a cup of coffee to
the right of my keyboard. You can wish as much as you like for it to be on
the left of my keyboard, but it simply won't happen.
Quote:
i can't believe that there isn't a trick... professional newsletter
software how do they do?
They don't. Nothing you or any professional newsletter software can do at
your end can suddenly make my email client do something I have specifically
told it _not_ to do. This is called: "security".
Quote:
using htaccess file is it possibile to make gif extension file
processed as php...?
Irrelevant. The client is _not_ making a request on the server. If there is
no request then htaccess does not come into it.
Quote:
or is it possibile to use url rewriting to find a work around...?
any suggestion?
See above.

--
Richard.


  #7  
Old August 22nd, 2007, 11:25 AM
ginoplusio@gmail.com
Guest
 
Posts: n/a
Default Re: newsletter software

>
Quote:
<sighYes. I am very sure.
>
If your email recipient has configured their email client to _not_ retrieve
images (as I have done) then there is absolutely nothing you can do about
it, short of going round to their house and changing their preferences for
them.
>
Hi Richard, that's true, ok. I know it. But in Windows mail as in
Outlook, when you receive a mail with images you can click a link that
say something like "download images".
I'm not crazy, I know I can't change your client security settings or
move your coffee :-)

I want to track opening when the user decide to "download images".

The problem is that the image used to track as a suspect name (".php"
and parameters) so that particular image is not download.

So the problem is in the way I write the tracking image tag.

Thank you.
Giulio

  #8  
Old August 22nd, 2007, 11:45 AM
rf
Guest
 
Posts: n/a
Default Re: newsletter software


<ginoplusio@gmail.comwrote in message
news:1187777969.499520.206220@l22g2000prc.googlegr oups.com...
Quote:
Quote:

><sighYes. I am very sure.
>>
>If your email recipient has configured their email client to _not_
>retrieve
>images (as I have done) then there is absolutely nothing you can do about
>it, short of going round to their house and changing their preferences
>for
>them.
>>
>
Hi Richard, that's true, ok. I know it. But in Windows mail as in
Outlook, when you receive a mail with images you can click a link that
say something like "download images".
I'm not crazy, I know I can't change your client security settings or
move your coffee :-)
>
I want to track opening when the user decide to "download images".
>
The problem is that the image used to track as a suspect name (".php"
and parameters) so that particular image is not download.
>
So the problem is in the way I write the tracking image tag.
Ah, OK then. Sorry, I did not understand that your recipient has actually
pressed the "download" button.

I see no reason at all why this should not work. Neither the client nor the
host care about the actual file name. To the client it _is_ an image,
because you have specified an <imgelement. The file name is, or should be,
irrelevant.

However, you have a closing / in there, which is XHTML. Does it work if you
use HTML (no /). Maybe it is not a "fake image" issue but an XHTML one.
Hint: IE simply does not understand XHTML and error corrects the / away.
Perhaps Outlook does not error correct, er, correctly.

--
Richard.



  #9  
Old August 22nd, 2007, 12:55 PM
Jerry Stuckle
Guest
 
Posts: n/a
Default Re: newsletter software

ginoplusio@gmail.com wrote:
Quote:
On 22 Ago, 10:36, "rf" <r...@invalid.comwrote:
Quote:
><ginoplu...@gmail.comwrote in message
>>
>news:1187771079.379665.43150@e9g2000prf.googlegro ups.com...
>>
>>
>>
Quote:
>>On 22 Ago, 10:14, "rf" <r...@invalid.comwrote:
>>><ginoplu...@gmail.comwrote in message
>>>news:1187769752.817265.74860@m37g2000prh.google groups.com...
>>>>Hi,
>>>>I'm developing a software to send newsletter to the users of my
>>>>website. I have a problem on the stats, detecting the opening of the
>>>>newsletter on the user's client.
>>>>The method I've chosen uses an html img tag like this:
>>>><img src="detectscript.php?email=1234"/>
>>>Which my email client will never open. It considers images a security
>>>risk,
>>>as loading them confirms that the email address they were sent to is a
>>>valid
>>>one. This is an Anti spam measure.
>>>>Do you have any suggestion to count the newsletter opening correctly?
>>>Why do you need to do this?
>>To make some statistics.
>>I'd like to make statistics on the newsletter:
>>- Total emails sent
>>- Valid emails in the db
>>- Emails that were full (over quota)
>>- Opened emails
>>- Clicked emails
>>I have problems only on detecting the opened emails.
>If the email recipient chooses to not download that image then there is
>nothing at all that you can do to make it happen.
>>
>You will just have to accept the fact that your stats are not reliable.
>>
>--
>Richard.
>
are you sure?
i can't believe that there isn't a trick... professional newsletter
software how do they do?
using htaccess file is it possibile to make gif extension file
processed as php...?
or is it possibile to use url rewriting to find a work around...?
any suggestion?
>
thank you in advance.
giulio
>
>
>
Yes, he's sure, and he's correct. There is no trick. Professionals use
professional methods - marketing teams, surveys, etc. to see if they are
read.

No matter what you do, you will never know if I opened your email or not
- unless I choose to tell you I have.

Your statistics will never be accurate. It's impossible.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
  #10  
Old August 22nd, 2007, 12:55 PM
ginoplusio@gmail.com
Guest
 
Posts: n/a
Default Re: newsletter software

On 22 Ago, 12:35, "rf" <r...@invalid.comwrote:
Quote:
<ginoplu...@gmail.comwrote in message
>
news:1187777969.499520.206220@l22g2000prc.googlegr oups.com...
>
>
>
>
>
Quote:
Quote:
<sighYes. I am very sure.
>
Quote:
Quote:
If your email recipient has configured their email client to _not_
retrieve
images (as I have done) then there is absolutely nothing you can do about
it, short of going round to their house and changing their preferences
for
them.
>
Quote:
Hi Richard, that's true, ok. I know it. But in Windows mail as in
Outlook, when you receive a mail with images you can click a link that
say something like "download images".
I'm not crazy, I know I can't change your client security settings or
move your coffee :-)
>
Quote:
I want to track opening when the user decide to "download images".
>
Quote:
The problem is that the image used to track as a suspect name (".php"
and parameters) so that particular image is not download.
>
Quote:
So the problem is in the way I write the tracking image tag.
>
Ah, OK then. Sorry, I did not understand that your recipient has actually
pressed the "download" button.
>
I see no reason at all why this should not work. Neither the client nor the
host care about the actual file name. To the client it _is_ an image,
because you have specified an <imgelement. The file name is, or should be,
irrelevant.
>
However, you have a closing / in there, which is XHTML. Does it work if you
use HTML (no /). Maybe it is not a "fake image" issue but an XHTML one.
Hint: IE simply does not understand XHTML and error corrects the / away.
Perhaps Outlook does not error correct, er, correctly.
>
--
Richard.
mmm... I send XHTML email, here is the beginning of the html part:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://
www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

I'll make a test with only HTML.

thanks.
bye
Giulio

  #11  
Old August 22nd, 2007, 01:15 PM
rf
Guest
 
Posts: n/a
Default Re: newsletter software

<ginoplusio@gmail.comwrote in message
news:1187783646.489547.203180@q3g2000prf.googlegro ups.com...
Quote:
mmm... I send XHTML email
We already know that XHTML is not viable on the web (in part because the
most used browser out there simply does not support it, even in its most
recent incarnation).

Perhaps your tests will prove the same for email (assuming Outlook is the
most used email client (which I doubt. OE is, after all, free)).

Awaiting your results :-)

--
Richard.


  #12  
Old August 22nd, 2007, 02:45 PM
ginoplusio@gmail.com
Guest
 
Posts: n/a
Default Re: newsletter software

On 22 Ago, 14:08, "rf" <r...@invalid.comwrote:
Quote:
<ginoplu...@gmail.comwrote in message
>
news:1187783646.489547.203180@q3g2000prf.googlegro ups.com...
>
Quote:
mmm... I send XHTML email
>
We already know that XHTML is not viable on the web (in part because the
most used browser out there simply does not support it, even in its most
recent incarnation).
>
Perhaps your tests will prove the same for email (assuming Outlook is the
most used email client (which I doubt. OE is, after all, free)).
>
Awaiting your results :-)
>
--
Richard.
it works.
thanks.
so there's no check about script file name...
bye.
giulio

 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles