I have a way that works.
In the PHP for the submission form that generates the e-mail, modify the Header so that the From: part contains the e-mail of the person filling out the form (assuming that they provide the e-mail in the form).
Then Gmail will have the messages show up separately because they are from separate users. And you can also directly reply to the user by pressing the reply button.
|