Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: runfox on September 17, 2020, 02:38:27 PM

Title: Noob Questions - How do I create users, and let new users sign up?
Post by: runfox on September 17, 2020, 02:38:27 PM


I installed roundcube, on a LAMP stack on Ubuntu 20.04, last night.

I want to enable users for my website to sign up for an email account. How do I add a link to sign up for new users to the login page?

How can I create a support email account and an admin email account?

How can i link the email server to my website with SMTP?

Do i need to add a control panel like Zpanel to create new users accounts with a GUI?
Title: Re: Noob Questions - How do I create users, and let new users sign up?
Post by: JohnDoh on September 18, 2020, 12:34:12 PM
Roundcube is a web based IMAP client. It does not have any user management functions.

QuoteHow do I add a link to sign up for new users to the login page?
You can use the Plugin API (http://"https://github.com/roundcube/roundcubemail/wiki/Plugin-API#how-to-write-a-plugin") to modify Roundcube.

QuoteHow can I create a support email account and an admin email account?
You need to do that on your IMAP server

QuoteHow can i link the email server to my website with SMTP?
You can specify the SMTP server Roundcube should use to send emails in your Roundcube config file

QuoteDo i need to add a control panel like Zpanel to create new users accounts with a GUI?
I can't really answer that, it is not related to Roundcube.
Title: Noob Questions - Can i use Gmail SMTP to send and receive emails into Roundcube?
Post by: homescriptone on August 17, 2022, 04:07:18 AM
Hello,
I've been facing issues configuring Postfix on my VPS and noticed it didn't work at all.
I'm thinking to switch to Gmail SMTP, i would like to know if i can use it with Rouncube for professional emails and been able to send and receive emails.
Thank you