On Wed, 22 Mar 2006 12:25:31 -0700, "Dan Schaper" <[EMAIL PROTECTED]> wrote:
> For multiple values, you need to declare them in an array,
>
> $rcmail_config['default_host'] = array('dom1.cparr.net,dom2.crparr.net);
Maybe the comment on this configurable option should change to something like:
// the mail host chosen to perform the log-in
// leave blank to show a textbox at login, give an array
// with a list of hosts to display a pulldown menu or
// set one host as string.
// To use SSL connection, enter ssl://hostname:993
$rcmail_config['default_host'] = 'ssl://localhost:993';
--
---------------------------------------------------------
Lic. Martín Marqués | SELECT 'mmarques' ||
Centro de Telemática | '@' || 'unl.edu.ar';
Universidad Nacional | DBA, Programador,
del Litoral | Administrador
---------------------------------------------------------