[email protected] wrote: > Hi, > > I'm using RC 0.9.4 > I changed this configuration in main.inc.php > > .. > $rcmail_config['max_recipients'] = 5; > .. > > Now, there is a way/plugin to allow a specific sender to send message to more > than 5 recipient?
You can write a plugin that overwrites the config option using the 'config_get' hook: http://trac.roundcube.net/wiki/Plugin_Hooks#config_get Cheers, Thomas _______________________________________________ Roundcube Users mailing list [email protected] http://lists.roundcube.net/mailman/listinfo/users
