I'm building a module at present to inetgrate cpanel webmail with Joomla. Curent feature list below. If anyone has any additional features they think should be included, let me know. Would people have a use for this?
-At login, check to see if this user has a mail account.
-If no, automatically create an account:
This email address is being protected from spambots. You need JavaScript enabled to view it., password = joomla password
-Once established, display the number of e-mails in the account along with a link to cpanel webmail (auto-log-in)
At present, admin must configure the following settings;
-mail server
-mail domain
-cpanel username
-cpanel password
-cpanel theme
The downside of this is that it requires a small hack
to Joomla login system and a databse edit to capture user details and create the mail account.
Also, for complete integration and to load the webmail interface inside the template, I need to find a way to load a dynamic url in a wrapper but from research to date, I don't think that's possible.
Peter