473,406 Members | 2,356 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,406 software developers and data experts.

Mail tracking

Please help me to find a email class which contains the functions
for sending email as well as email tracking.
Thanks
Rahul S

May 16 '07 #1
6 3416
On May 16, 8:21 am, rahul sinha <rahul...@gmail.comwrote:
Please help me to find a email class which contains the functions
for sending email as well as email tracking.
Thanks
Rahul S
What exactly is it that you want to track? As in when people open the
mail or what?

May 16 '07 #2
On May 16, 2:35 pm, Sarel <sare...@gmail.comwrote:
On May 16, 8:21 am, rahul sinha <rahul...@gmail.comwrote:
Please help me to find a email class which contains the functions
for sending email as well as email tracking.
Thanks
Rahul S

What exactly is it that you want to track? As in when people open the
mail or what?
Yeah..

May 16 '07 #3
rahul sinha wrote:
On May 16, 2:35 pm, Sarel <sare...@gmail.comwrote:
>On May 16, 8:21 am, rahul sinha <rahul...@gmail.comwrote:
>> Please help me to find a email class which contains the functions
for sending email as well as email tracking.
Thanks
Rahul S
What exactly is it that you want to track? As in when people open the
mail or what?

Yeah..
You can't reliably know when someone opens their email. For instance,
my email reader is configured to ask before sending an acknowledgment.
I may or may not acknowledge receipt - depending on who it is and how
I'm feeling that day.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
May 16 '07 #4
On May 17, 1:29 pm, Jerry Stuckle <jstuck...@attglobal.netwrote:
rahul sinha wrote:
On May 16, 2:35 pm, Sarel <sare...@gmail.comwrote:
On May 16, 8:21 am, rahul sinha <rahul...@gmail.comwrote:
> Please help me to find a email class which contains the functions
for sending email as well as email tracking.
Thanks
Rahul S
What exactly is it that you want to track? As in when people open the
mail or what?
Yeah..

You can't reliably know when someone opens their email. For instance,
my email reader is configured to ask before sending an acknowledgment.
I may or may not acknowledge receipt - depending on who it is and how
I'm feeling that day.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================
I agree, there's no reliable way to see whether people have opened
your mail. One way is to have a 1x1 pixel image, that is actually a
PHP script on your server, but then again, people have to have images
set to download automatically for that. Even with that, a lot of
people still go online, download their mail, and then go offline and
read through them - especially home users.

May 16 '07 #5
On May 16, 8:11 am, Sarel <sare...@gmail.comwrote:
On May 17, 1:29 pm, Jerry Stuckle <jstuck...@attglobal.netwrote:
rahul sinha wrote:
On May 16, 2:35 pm, Sarel <sare...@gmail.comwrote:
>On May 16, 8:21 am, rahul sinha <rahul...@gmail.comwrote:
>> Please help me to find a email class which contains the functions
>>for sending email as well as email tracking.
>> Thanks
>>Rahul S
>What exactly is it that you want to track? As in when people open the
>mail or what?
Yeah..
You can't reliably know when someone opens their email. For instance,
my email reader is configured to ask before sending an acknowledgment.
I may or may not acknowledge receipt - depending on who it is and how
I'm feeling that day.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================

I agree, there's no reliable way to see whether people have opened
your mail. One way is to have a 1x1 pixel image, that is actually a
PHP script on your server, but then again, people have to have images
set to download automatically for that. Even with that, a lot of
people still go online, download their mail, and then go offline and
read through them - especially home users.
Something else that should be mentioned is that there are privacy
implications with this situation as well. I don't really want you to
know when I open your email, lest you have some marketing (or equally
sinister) motivation in mind. If you were seriously evil (read:
marketing) you could argue that opening your email established a
business relationship with me and use it as an excuse to telemarket in
a way that the Do Not Call list would allow.

That might be extreme. Bottom line is, you don't need to know when I
open your email.

May 16 '07 #6
Sarel wrote:
On May 17, 1:29 pm, Jerry Stuckle <jstuck...@attglobal.netwrote:
>rahul sinha wrote:
>>On May 16, 2:35 pm, Sarel <sare...@gmail.comwrote:
On May 16, 8:21 am, rahul sinha <rahul...@gmail.comwrote:
Please help me to find a email class which contains the functions
for sending email as well as email tracking.
Thanks
Rahul S
What exactly is it that you want to track? As in when people open the
mail or what?
Yeah..
You can't reliably know when someone opens their email. For instance,
my email reader is configured to ask before sending an acknowledgment.
I may or may not acknowledge receipt - depending on who it is and how
I'm feeling that day.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================

I agree, there's no reliable way to see whether people have opened
your mail. One way is to have a 1x1 pixel image, that is actually a
PHP script on your server, but then again, people have to have images
set to download automatically for that. Even with that, a lot of
people still go online, download their mail, and then go offline and
read through them - especially home users.
Yep, that's another good point. My reader is set to not display remote
images unless I click on a button. And mail from those I don't know
don't get the button clicked. And a 1x1 pixel image probably wouldn't
be noticeable enough to cause a click, anyway.

Besides - if you want to include a remote image, you need to send it as
html - and some people disable html email, also.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
May 16 '07 #7

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

Similar topics

3
by: Kyle Friesen via AccessMonster.com | last post by:
Mike, I have databse that creates a "tracking number" based on the selections made on the form via concatenating. At the end of the tracking number, I need a two digit (01-99) sequence number by...
6
by: A.M-SG | last post by:
Hi, We are developing a SmartClient application and we are planning to expose business objects layer to SmartClient application by using ASP.NET SOAP web services.
1
by: bdockery | last post by:
So I figured out that if you use this html: http://wwwapps.ups.com/WebTracking/processInputRequest?sort_by=status&tracknums_displayed=1&TypeOfInquiryNumber=T&loc=en_US&InquiryNumber1=<TRACKING...
1
by: joeyjoejnr | last post by:
Hi, I am currently developing a final year project which is a web based tracking system tracking exam questions. I am using IIS as the server, MS access for the database, and ASP with VBScript...
3
by: joeyjoejnr | last post by:
Hi, I am currently developing a final year project which is a web based tracking system tracking exam questions. I am using IIS as the server, MS access for the database, and ASP with VBScript...
3
by: =?Utf-8?B?R3JhaGFt?= | last post by:
I've added 2 tracking services to the wf runtime; one is the standard SqlTrackingService: trackingService = new SqlTrackingService(<trackingConnectionString>); <workflow...
0
by: Emmanuel Petit | last post by:
I apologise in advance for my little knowledges in php. I use PHP 5.2.1 Here is an extract of the script which causes me problems. //email of recipient $ea='mister@somesite.com'; //tracking...
0
by: LiveTecs | last post by:
http://www.livetecs.com TimeLive Web Collaboration Suite is an integrated suite that allows you to manage project life cycle including tasks, issues, bugs, timesheet, expense, attendance. ...
0
by: =?Utf-8?B?Sm9zaFA=?= | last post by:
I have an inhouse ASP.net helpdesk application; it tracks helpdesk tickets. I would like the application to be able to read ticket responses sent by users to a specific e-mail address and insert...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
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,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.