Roundcube Community Forum

Release Support => Release Discussion => Topic started by: nebmo88 on June 29, 2008, 09:35:05 PM

Title: Use RoundCube as Internal User Email
Post by: nebmo88 on June 29, 2008, 09:35:05 PM
Hi, I apologise if this has been discussed. I have searched and found nothing.

I want to use RoundCube as an internal mail. So when users on my website login, they can have a mailbox which allows them to email other users. (Basically what forums have... Private Messages).

I am using MySQL. It has a user table. When the user logs in, it creates some sessions
(userID, accessLevel - admin/staff/user).

How could this be done?

Thank you.