Sunday 29 September 2013

Separating multiple email messages in same thread PHP

Separating multiple email messages in same thread PHP

I have a ticketing system on my website in which I need to automatically
send the user an email when I submit a response.
In the email response I send them, I would like to be able to show a
threaded message like:
my response.....
SEPARATOR
FROM ....
ORIGINAL MESSAGE
What should I use for the SEPARATOR so that it will likely be recognized
by most email programs as a threaded message?
Note: I am using the PHP mail() method and am not going to use anything
else at this time.

No comments:

Post a Comment