|
Posted by squash on February 24, 2005, 8:27 pm
Please log in for more thread options
What html code would I need to insert in an email to track if the
recipient opened it? I was thinking something that could access a cgi
script which I could write. Or perhaps some trick with the <img src=?>
tag?
Thx!
|
|
Posted by Sherm Pendley on February 25, 2005, 12:43 am
Please log in for more thread options
squash@peoriadesignweb.com wrote:
> What html code would I need to insert in an email to track if the
> recipient opened it?
Why, are you afraid there might be some bogus addresses in that spam list
you bought?
What makes you think HTML has anything to do with email, anyway???
sherm--
--
Cocoa programming in Perl: http://camelbones.sourceforge.net Hire me! My resume: http://www.dot-app.org
|
|
Posted by squash on February 24, 2005, 10:17 pm
Please log in for more thread options
Sherm Pendley wrote:
>
> What makes you think HTML has anything to do with email, anyway???
>
> sherm--
>
> --
> Cocoa programming in Perl: http://camelbones.sourceforge.net > Hire me! My resume: http://www.dot-app.org
No, i want to track to see if my clients read my emails. If not, then
Ill give them a call. The code would have to be in html, as I don't
know of any way I could insert php/perl code in an email to execute
when someone reads an email?
|
|
Posted by Bruce Lewis on February 25, 2005, 2:52 pm
Please log in for more thread options
squash@peoriadesignweb.com writes:
> No, i want to track to see if my clients read my emails. If not, then
> Ill give them a call. The code would have to be in html, as I don't
> know of any way I could insert php/perl code in an email to execute
> when someone reads an email?
Ah, good. Those details help. I sent some HTML email just last night
and know a lot about it. Here is the code you want:
<p>Hi! Please reply to this email to let me know you got it. If I
don't hear from you I'll give you a call. <strong>Thanks!</strong></p>
<p>Squash</p>
--
http://ourdoings.com/ Let your digital photos organize themselves.
Sign up today for a 7-day free trial.
|
|
Posted by Mark Parnell on February 25, 2005, 5:21 pm
Please log in for more thread options
Previously in comp.infosystems.www.authoring.html,
> No, i want to track to see if my clients read my emails. If not, then
> Ill give them a call.
Set your email program to request a receipt when they read it. Some
people may refuse them, but it's likely the most reliable method of
achieving what you want.
> The code would have to be in html, as I don't
> know of any way I could insert php/perl code in an email to execute
> when someone reads an email?
Luckily, no. But there's no way you can guarantee HTML will display when
they read the email either. What if they read their email in plain text?
Besides, HTML can't *do* anything. It is a markup language. It simply
describes the structure of the content.
--
Mark Parnell
http://www.clarkecomputers.com.au
|
| Similar Threads | Posted | | html email displays as code | June 27, 2007, 4:19 pm |
| I want to insert hyperlink to this document | June 28, 2006, 7:01 am |
| Insert Flash Movie | May 18, 2008, 12:32 pm |
| Insert a webpage into a cell in a table | September 5, 2004, 4:54 pm |
| Insert desktop shortcut into a HTML page | February 1, 2008, 9:20 pm |
| What html do I insert in opening Flash page to be search engine friendly? | February 5, 2007, 12:24 pm |
| uMG ***Hot stuff - check this out !!! uMG | January 28, 2006, 12:37 pm |
| "opensearch.xml" check please | August 30, 2006, 3:03 pm |
| "Site Check Please" -- the responses -- | January 4, 2005, 10:04 am |
| Accessibility: Site check | April 7, 2005, 2:32 pm |
|