Author Topic: Email  (Read 2574 times)

Offline MobyCash

  • Jr. Member
  • **
  • Posts: 11
Email
« on: February 22, 2017, 06:34:24 PM »
How do I set it up so that my email address and password is entered automatically when I wish to email instead of me having to re-enter both each time?

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: Email
« Reply #1 on: February 23, 2017, 01:14:04 AM »
You can add the login_autocomplete option to your Roundcube config.
Code: [Select]
// Allow browser-autocompletion on login form.
// 0 - disabled, 1 - username and host only, 2 - username, host, password
$config['login_autocomplete'] = 0;

Offline alanmclean

  • Newbie
  • *
  • Posts: 1
Re: Email
« Reply #2 on: February 28, 2017, 05:12:48 PM »
I have same question but cannot find config in the menu on rhs of screen. I would be very grateful if you could direct me.

It takes a couple of minutes to log on every time and it would be nice if this were done automatically.

Even better could the Roundcube emails be read by Apple mail on my Mac to avoid me logging in every time. I have been given webmail access by a club admin.

Regards

Alan

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: Email
« Reply #3 on: February 28, 2017, 05:17:01 PM »
You need access to the Roundcube config file to change the settings. Roundcube runs on top of IMAP so you should be able to get the IMAP information from the Roundcube administrator and get mail directory from the mail server from other mail clients.