Hi Joe,
I had a similar problem with IMP on my network. Users would complain that "they did not know what their email address was".
What I did was add another row to the mailbox template file, and added a
User . "@mydomain.com" ; ?> [1]
to the contents of the row.
Basically this printed their email address (which comes from their username which is stored in the $IMP[1] object) on the top of the message list.
Hope this helps!
Regards
Andrew Reid
andrew.reid@plug.cx
[1] Note, I am not exactly sure what the name of this object is, but have a look around at the code.
[2] The file that you want to add the email address to would be under /templates/mailbox (or something like that). Editing mailbox.php3 will lead to confusement and not being able to find what you are looking for. I know. I've done it
