Page 1 of 1

In-site email app, need help...

Posted: Mon Jan 23, 2006 7:17 pm
by WithHisStripes
Heya,
So I am trying to find/develop a webmail app that will allow users to create THEIR OWN account and be able to access it immediately. Can anyone help?

Posted: Mon Jan 23, 2006 7:22 pm
by raghavan20
**EDIT: Wrongly understood the post..my apologies**

Posted: Mon Jan 23, 2006 8:22 pm
by Christopher
Have you checked with apps like SquirrelMail to see if they have that as a capablity or add-on. It would be server specific, but probably would not be too difficult to write an add-on to do the system calls (exec("useradd -gwebmail -s/noshell $username"); ) to create the email account and then populate and data necessary for the webmail app.