Is it possible to track if email has been forwarded in php

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
siji86
Forum Commoner
Posts: 30
Joined: Fri Mar 26, 2010 6:15 am

Is it possible to track if email has been forwarded in php

Post by siji86 »

Hi,
How can we track if an email has been forwarded in php. I tried googling, but i did not get any relevant answer.
it would be great if anyone could provide a proper direction for this.

Thanks
Eliza.
:D
Last edited by siji86 on Thu Apr 15, 2010 1:50 am, edited 1 time in total.
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Is it possible to track if an email has been forwared in

Post by requinix »

You can't.
wurdup
Forum Commoner
Posts: 39
Joined: Thu Apr 01, 2010 11:36 am

Re: Is it possible to track if an email has been forwared in

Post by wurdup »

you can add a sent folder to a mysql database thats stores all sent emails and messages
Post Reply