In-site email app, need help...

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
WithHisStripes
Forum Contributor
Posts: 131
Joined: Tue Sep 13, 2005 7:48 pm

In-site email app, need help...

Post 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?
User avatar
raghavan20
DevNet Resident
Posts: 1451
Joined: Sat Jun 11, 2005 6:57 am
Location: London, UK
Contact:

Post by raghavan20 »

**EDIT: Wrongly understood the post..my apologies**
Last edited by raghavan20 on Mon Jan 23, 2006 10:19 pm, edited 1 time in total.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Post 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.
(#10850)
Post Reply