Roundcube Community Forum

Release Support => Release Discussion => Topic started by: Lucas806 on November 06, 2013, 01:19:29 PM

Title: How to let others register?
Post by: Lucas806 on November 06, 2013, 01:19:29 PM
I'm creating a website which allows others to create their own email address. Obviously I'm using Roundcube. How do I set-up a page for people to register for their own email address?
Title: Re: How to let others register?
Post by: ABerglund on November 06, 2013, 05:45:09 PM
Roundcube is only a remote IMAP client, not the email server. Account creation will have to happen within the back-end mail server, not the IMAP client. How to set this up will depend on what you are using as the email back-end.

Once the account has been created in the back-end, only then can a user login to it via Roundcube (or any IMAP client, for that matter).
Title: Re: How to let others register?
Post by: Lucas806 on November 07, 2013, 02:26:28 AM
Ok. Are there any tutorials on how I do this?
Title: Re: How to let others register?
Post by: ABerglund on November 07, 2013, 11:27:45 AM
Probably. But you'll need to search for a tutorial for whatever back-end email server that you use. Such as Hmail, sendmail, Postfix, etc. Nothing like that will exist here.
Title: Re: How to let others register?
Post by: Dennis1993 on November 07, 2013, 02:23:37 PM
If you use a mysql database to save the user mail accounts, you can very simple program a Little script, the insert a new user entry.

Use PHP and PDO.