I am making a issue tracking system.
here is what I am trying to do. I would like to imbed a value to indemnify an email. If that email is replyed to. So if I send an email from the server using php like.
to: [email protected]
From: [email protected]
Subject: I need help
message: some text..
ticket_id: 123456
If [email protected] reply's to that email I can know what ticket to add the new email text to.
here is What I can do now is. I can send an email using PHP. I can read email from PHP using the imap functions and put the text into a database. I just need a way to embed a value into an email and need a way to read that value from an email.
I have used zen desk and it does this, But no one in my office likes to use it
here is what I am trying to do. I would like to imbed a value to indemnify an email. If that email is replyed to. So if I send an email from the server using php like.
to: [email protected]
From: [email protected]
Subject: I need help
message: some text..
ticket_id: 123456
If [email protected] reply's to that email I can know what ticket to add the new email text to.
here is What I can do now is. I can send an email using PHP. I can read email from PHP using the imap functions and put the text into a database. I just need a way to embed a value into an email and need a way to read that value from an email.
I have used zen desk and it does this, But no one in my office likes to use it
Comment