[imp] IMP + smtp - smtp params
Rich West
Rich.West@divatv.com
Wed, 10 Oct 2001 15:57:50 -0400
Scratch that.. I did a bit of digging and found a variable reference to
$conf['mailer']['params']['host'], which fixed my problem..
-Rich
Rich West wrote:
> In the horde.php config file, if you select 'smtp' as the mailer type,
> the comments indicate that you need to specify a server and a port if
> non-standard.
>
> Are the variable named 'server' and 'port' respectively?
> eg:
>
> $conf['mailer']['params'] = array();
> $conf['mailer']['params']['server'] = 'mail.mydomain.com';
> $conf['mailer']['params']['port'] = '25';
>
> I cannot find any documentation to describe the possible options...
>
> Did I guess correctly? If not, what are the correct settings?
>
> -Rich
>