I have googled but not sure if Im looking for the right thing,

I want to allow users to signup for free email @ my domain and be able to access there email account in a web browsers on my site, im looking for a nice simple php script that does this, does anyone know of any or if it even exist?

    To sign up for an email account you'd have to know your server's API so that you could create the account on your mail server. Then it's just a matter of using some webmail interface like RoundCube or SquirrelMail to allow users to access it via the web.

    As for pre-made scripts, I can't say I know of any as each server is different, and not all servers will allow this modification.

      Write a Reply...