how can we track the id list, to whom mail is forwarded .

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
renu
Forum Commoner
Posts: 30
Joined: Sat Nov 06, 2004 12:20 am

how can we track the id list, to whom mail is forwarded .

Post by renu »

Hi

i'm having admin section from where admin send mails.Consider admin send mail to renu@yahoo.com with a attachment file.Now further user forward this mail.now is there any way to track the id(renu) to whom he has forwarded the mail.

can it be possible tht in attachment file we write code for capturing the mail header information.so that it can capture the TO field of mail functioin used by that user(renu).

Thanks
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

not possible that I know of. That kinda borders on virus/spyware in the email client.. which probably has the base functionality to even try that disabled.
Post Reply