On Nov 13, 2005, at 1:15 AM, Osman Ullah wrote:
Also, what is the format for the 'default_host' parameter in
main.inc.php? It says you can provide a list to have a dropdown of
mail servers but I can't figure out what the delimeter is...space,
semicolon, and comma didn't work.
Hi there,
This should be the standard way a one-dimensional array in PHP is
made, ie.
$rcmail_config['default_host'] = array('www.domain1.com',
'whatever.subdomain.domain2.com', 'somewhere.else.org');
Hope that helps.
Michiel Oosterling