Author Topic: Auto Store outgoing email recipients in Addressbook for ALL users  (Read 3173 times)

Offline milosdj

  • Newbie
  • *
  • Posts: 2
Hi,
Is there a config option to set by default saving/storing all outgoing email recipients in Addressbook for ALL users?
I know that single user can set that in Settings>Preferences>Contacts>Collected addresses
but I want this to be set for all users.

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,845
Re: Auto Store outgoing email recipients in Addressbook for ALL users
« Reply #1 on: February 24, 2022, 03:13:49 AM »
in the roundcube config file
Code: [Select]
// The addressbook source to store automatically collected recipients in.
// Default: true (the built-in "Collected recipients" addressbook, source id = '1')
// Note: It can be set to any writeable addressbook, e.g. 'sql'
$config['collected_recipients'] = true;
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and moreā€¦

Offline milosdj

  • Newbie
  • *
  • Posts: 2
Re: Auto Store outgoing email recipients in Addressbook for ALL users
« Reply #2 on: February 24, 2022, 05:12:44 AM »
Thanks!