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.
in the roundcube config file
// 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;
Thanks!