Hi all. I need to create an email system alike. I mean, this has to simulate most of the functions a real email has: present the inbox (not read emails in bold, etc.)
compose an email
send an email
forward an email
reply an email but actually none email is sent, all is pretended. I need to log all the steps involved. This is for a game/test we need to setup for my company. Any comments are welcome, Best regards and thanks in advance
Thanks for your answer, but I guess I didn't explain myself clear. I don't need an email system "per se". I need to build a system for a managers test with most of the features of email but to have control all over other aspects. Time between decisions over the emails presented
Type of answer for each email (forward, reply, keep the email for later, the email itself)
and so. After that, I need to review all that data. This part is kind of "solved" but my main issue (time constraints) is the overall "email like" interface. That's why I need to reproduce an email system with php in order to have the rest up around that. But anyway I'll look to roundcube. May work as well.