Roundcube Community Forum

Release Support => Requests => Topic started by: milosdj on February 24, 2022, 03:02:43 AM

Title: Auto Store outgoing email recipients in Addressbook for ALL users
Post by: milosdj on February 24, 2022, 03:02:43 AM
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.
Title: Re: Auto Store outgoing email recipients in Addressbook for ALL users
Post by: JohnDoh 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;
Title: Re: Auto Store outgoing email recipients in Addressbook for ALL users
Post by: milosdj on February 24, 2022, 05:12:44 AM
Thanks!