|
Doing it yourself will mean doing quite a few changes to the setup of your website, but it should be possible.
There are really two ways to do it:
The first is to use the mailboxes which your host offers you (for example many hosts will give you 100 POP boxes for example. You would then have a signup page where people could request an account. You would then need to set up the POP mailbox manually, but they could check it from a webmail script you set up or a standard piece of software like Outlook Express or Eurdora.
The second option is more complex but should do exactly what you want. If you have telnet or SSH access to your server there should be a way in which you can set up the server to pipe the mail for a standard mailbox to a script or file (I don't know the code for it, though). You could then have another script to read from this file and put mail in the appropriate user accounts. This would then be combined with a webmail-type program to offer mail services.
|