Quote:
Originally Posted by till
The server settings can be accessed then like this:
$app->uses("getconf");
$mail_config = $app->getconf->get_server_config($server_id,'mail');
|
Ok, I understand. But at the point of creating an email address I do not know on what server the address will be, so I cannot decide whether to show or to hide the additional field on a server-based config setting.
Shouldn't the setting be a global one for all (mail)servers? And how can I set/read this one?