
August 12th, 2004, 04:39 AM
|
|
Registered User
|
|
Join Date: Apr 2001
Location: chennai
Posts: 18
Time spent in forums: 10 m 29 sec
Reputation Power: 0
|
|
|
Interesting Mail Header Question
hi,
I want to bind all outgoing mails from my organisation to projects.
i am planning to write a php script which will list all my projects . User will select a project and then send a mail to the client.
I will make an entry in my database which will have from , to , mesasage , attachment etc .... . Now when the client replies to that mail , it will reach my mail server and my php script will find out the project asscociated with that mail and place the project id in the database along with the received mail.
So when i run a report after selecting a project i can list all outgoing and incoming mails regarding that project.
Now to implement this when user selects a project and sends a mail , i would like to send the projectid as an additional header along with the mail so that when the client replies back, the same project id should come back to me so that i can grep it and relate that to the project.
I dont know hot to implement this. (Am using smtp for sending and pop for receiving)
Thanks in advance
Cheers
prasanna
|