473,796 Members | 2,703 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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="detectscri pt.php?email=12 34"/>

The script "detectscript.p hp" 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

Aug 22 '07 #1
11 1605
rf

<gi********@gma il.comwrote in message
news:11******** *************@m 37g2000prh.goog legroups.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="detectscri pt.php?email=12 34"/>
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?

--
Richard.
Aug 22 '07 #2
On 22 Ago, 10:14, "rf" <r...@invalid.c omwrote:
<ginoplu...@gma il.comwrote in message

news:11******** *************@m 37g2000prh.goog legroups.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="detectscri pt.php?email=12 34"/>

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.

Aug 22 '07 #3
rf

<gi********@gma il.comwrote in message
news:11******** *************@e 9g2000prf.googl egroups.com...
On 22 Ago, 10:14, "rf" <r...@invalid.c omwrote:
><ginoplu...@gm ail.comwrote in message

news:11******* **************@ m37g2000prh.goo glegroups.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="detectscri pt.php?email=12 34"/>

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.
Aug 22 '07 #4
On 22 Ago, 10:36, "rf" <r...@invalid.c omwrote:
<ginoplu...@gma il.comwrote in message

news:11******** *************@e 9g2000prf.googl egroups.com...
On 22 Ago, 10:14, "rf" <r...@invalid.c omwrote:
<ginoplu...@gma il.comwrote in message
>news:11******* **************@ m37g2000prh.goo glegroups.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="detectscri pt.php?email=12 34"/>
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

Aug 22 '07 #5
rf

<gi********@gma il.comwrote in message
news:11******** **************@ x35g2000prf.goo glegroups.com.. .
On 22 Ago, 10:36, "rf" <r...@invalid.c omwrote:
><ginoplu...@gm ail.comwrote in message

news:11******* **************@ e9g2000prf.goog legroups.com...
On 22 Ago, 10:14, "rf" <r...@invalid.c omwrote:
<ginoplu...@gm ail.comwrote in message
>>news:11****** *************** @m37g2000prh.go oglegroups.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="detectscri pt.php?email=12 34"/>
>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?
<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.
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".
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.
or is it possibile to use url rewriting to find a work around...?
any suggestion?
See above.

--
Richard.
Aug 22 '07 #6
>
<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

Aug 22 '07 #7
rf

<gi********@gma il.comwrote in message
news:11******** **************@ l22g2000prc.goo glegroups.com.. .

<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.

Aug 22 '07 #8
gi********@gmai l.com wrote:
On 22 Ago, 10:36, "rf" <r...@invalid.c omwrote:
><ginoplu...@gm ail.comwrote in message

news:11******* **************@ e9g2000prf.goog legroups.com...
>>On 22 Ago, 10:14, "rf" <r...@invalid.c omwrote:
<ginoplu...@ gmail.comwrote in message
news:11***** *************** *@m37g2000prh.g ooglegroups.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
newslette r on the user's client.
The method I've chosen uses an html img tag like this:
<img src="detectscri pt.php?email=12 34"/>
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.
js*******@attgl obal.net
=============== ===
Aug 22 '07 #9
On 22 Ago, 12:35, "rf" <r...@invalid.c omwrote:
<ginoplu...@gma il.comwrote in message

news:11******** **************@ l22g2000prc.goo glegroups.com.. .


<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.
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.dt d">
<html xmlns="http://www.w3.org/1999/xhtml">

I'll make a test with only HTML.

thanks.
bye
Giulio

Aug 22 '07 #10

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

Similar topics

4
2161
by: Jeremy Ross | last post by:
Hello, We are looking for a Newsletter Program that is tested and is knowing to work with PHP/MySQL. We will be having allot of people use this newsletter so it should be able to handle sending lots of emails. Also we would need to be able to send the newsletters in HTML format. Free or paid programs are not an issue, just as long as the program works. Thanks,
2
1943
by: Nis Sarup | last post by:
A customer of mine wants to make a newsletter for their website. The newsletter should be HTML with images and sent to a database of her subscribers. They would like a script where they can easily compose and send the newsletter. I can write that, but wouldnt like to reinvent the weel. Does anybody here have any good recomendations on newsletter composing/sending software? Userfriendliness and simplicity is the key. TIA, Nis.
0
2944
by: cooldv | last post by:
i have an *access database + ASP newsletter* that is working fine and it sends newsletter to ALL the email addresses in the DB. i want to send this newsletter to only a select group (like people with same name or same city etc). how do i do that? here is the code of newsletter. where should i make changes? Thanx in advance for ur help. <% ' Declaring variables
1
3249
by: -DRB- | last post by:
Hi all, Off topic... not sure - apologies if so - but I know you guys/gals will be able to help! I would like to set up a subscribe/unsubscribe newsletter service from the website. I've done a bit of research on this and one that seems reasonable priced is Acc Subscribe v1.4 from: http://www.hotcgiscripts.com/
1
1988
by: Chris Stephens | last post by:
The Spring 2004 copy of our Embedded Development Tools Newsletter is now available for downloading from our web site It includes information about...... An affordable USB protocol Analyser Some significant recent price reductions
2
2138
by: philb | last post by:
I'm busy googling for a php newsletter script, does anyone have any recommendations. I'm pretty new to php/mysql so I'm just looking for something nice and basic. Phil
1
1418
by: Ubi | last post by:
I am looking for a PHP newsletter management/sender system. It looks this is very good and open source: http://www.phplist.com What do you think about? Do you know any other? Daniele
2
1382
realin
by: realin | last post by:
hi guys, i have a simple question, what is the proper channel through which i can send newsletter to all my subscribers. Suppose i want to send it every fortnight.. so there should be a trigger or event generated which automatically mails to the list or so.. how we do that .. am i suppose to do it through MYSQL or any third party software.. guys i seriously resist using ready made classes or extension, please tell me if there is some...
0
9685
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9531
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10018
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9055
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6795
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5578
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4120
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3735
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2928
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.