通讯软件 [英] newsletter software

查看:73
本文介绍了通讯软件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我正在开发一个软件来向我的

网站的用户发送简报。我在统计数据上遇到问题,检测到用户客户端打开

时事通讯。

我选择的方法使用html img标签像这样:


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


脚本的成绩单.PHP"使用传递的email-id来保存

事件mail open。该脚本保存了打开按钮。关于db

的信息,然后在服务器上选择一个trasparent图像,设置mime类型

响应并将其发送给客户端。

从浏览器单独调用的脚本正确地给出了trasparent图像

并将打开事件保存在数据库中。


因此,此方法适用于一些电子邮件客户端,但不是全部,

,因为像Windows Mail或Outlook这样的客户端检测到这是一个假的图像,并且他们不会调用我的脚本。我认为他们检查了我的脚本的名字

...它是.php,有参数...而且他们

阻止它。


您是否有任何建议可以正确开通时事通讯?


再见

Giulio

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

推荐答案



< gi ******** @ gmail.comwrote in message

news:11 ********************* @ m37g2000prh.googlegro ups.com ...

<gi********@gmail.comwrote in message
news:11*********************@m37g2000prh.googlegro ups.com...



我正在开发一个软件来发送时事通讯给我的

网站的用户。我在统计数据上遇到问题,检测到用户客户端打开

时事通讯。

我选择的方法使用html img标签像这样:


< img src =" detectedcript.php?email = 1234" />
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?



为什么你需要这样做?


-

Richard。

Why do you need to do this?

--
Richard.


在22 Ago,10:14,rf < r ... @ invalid.comwrote:
On 22 Ago, 10:14, "rf" <r...@invalid.comwrote:

< ginoplu ... @ gmail.comwrote in message


新闻:11 ********************* @ m37g2000prh.googlegro ups.com ......
<ginoplu...@gmail.comwrote in message

news:11*********************@m37g2000prh.googlegro ups.com...



我正在开发一个软件来向我的

网站的用户发送简报。我在统计数据上遇到问题,检测到用户客户端打开

时事通讯。

我选择的方法使用html img标签像这样:
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 =" detectedcript.php?email = 1234" />
<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.




< gi ******** @ gmail.comwrote in message

news:11 ********************* @ e9g2000prf.googlegrou ps.com ...

<gi********@gmail.comwrote in message
news:11*********************@e9g2000prf.googlegrou ps.com...

在22 Ago,10:14,rf < r ... @ invalid.comwrote:
On 22 Ago, 10:14, "rf" <r...@invalid.comwrote:

>< ginoplu ... @ gmail.comwrote in message

新闻:11 ********************* @ m37g2000prh.googlegr oups.com ......
><ginoplu...@gmail.comwrote in message

news:11*********************@m37g2000prh.googlegr oups.com...



我正在开发一个软件来向我的

网站的用户发送简报。我在统计数据上遇到问题,检测到用户客户端打开

时事通讯。

我选择的方法使用html img标签像这样:
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 =" detectedcript.php?email = 1234" />
<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.


这篇关于通讯软件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆