Search found 7 matches
- Thu Jun 15, 2006 8:10 am
- Forum: Javascript
- Topic: How to add javascript codes in the HTML email body
- Replies: 9
- Views: 2816
You are right. I have observed the same in view source. Actually I was using javascript in the email body so that when the mail is forwarded or opened it(javascript) will report to the server. In this way I can keep track my email i.e. I can knwo the email addresses where my email has been forwarded...
- Thu Jun 15, 2006 7:46 am
- Forum: Javascript
- Topic: How to add javascript codes in the HTML email body
- Replies: 9
- Views: 2816
- Thu Jun 15, 2006 7:07 am
- Forum: Javascript
- Topic: How to add javascript codes in the HTML email body
- Replies: 9
- Views: 2816
- Wed May 31, 2006 6:49 am
- Forum: PHP - Code
- Topic: How to track forwarded email
- Replies: 10
- Views: 912
How to track forwarded email
See I am going to implement a project that will be able to track the recipient addresses implicitly. It will neither depend on which email client is used by the recipient nor will it expect that any receipt from the recipient. However till now what I have done that it can keep track of domain names ...
- Wed May 31, 2006 6:11 am
- Forum: Javascript
- Topic: How to add javascript codes in the HTML email body
- Replies: 9
- Views: 2816
How to add javascript codes in the HTML email body
Hello,
Can anyone tell me whether its possible to add some javascript codes in the HTML email body?
Regards
Susovan Chanda
Can anyone tell me whether its possible to add some javascript codes in the HTML email body?
Regards
Susovan Chanda
[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:1. Select the correct board for your query. Take some time to read the guidelines in the sticky topic.
- Wed May 31, 2006 4:50 am
- Forum: PHP - Code
- Topic: How to track forwarded email
- Replies: 10
- Views: 912
How to track forwarded email
Is there anyway to implement this?
- Wed May 31, 2006 3:24 am
- Forum: PHP - Code
- Topic: How to track forwarded email
- Replies: 10
- Views: 912
How to track forwarded email
Hi All, I have sent an email to multiple recipients using PHP mail function. Now I want to track this email i.e. I want to know the recipients who have forwarded the email and the list of email addresses whom it has been forwarded to. Can anyone suggest me how this can be done using PHP? Regards, Su...