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?
In-site email app, need help...
Moderator: General Moderators
-
WithHisStripes
- Forum Contributor
- Posts: 131
- Joined: Tue Sep 13, 2005 7:48 pm
- raghavan20
- DevNet Resident
- Posts: 1451
- Joined: Sat Jun 11, 2005 6:57 am
- Location: London, UK
- Contact:
**EDIT: Wrongly understood the post..my apologies**
Last edited by raghavan20 on Mon Jan 23, 2006 10:19 pm, edited 1 time in total.
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
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.
(#10850)