[imp] configure smtp

Max Kalika max@the-triumvirate.net
Wed, 14 Feb 2001 20:20:05 -0800


Quoting Paul Juliano <paul@edsamail.com.ph>:

> Hi,
> 
> In horde.php, you can use 'Sendmail' or 'SMTP' for sending mail.  How do I
> specify the SMTP host that I want to use. I know that I have to add something
> in the $conf['mailer']['params'] line, but I don't know what.

$conf['mailer']['params']['host'] = 'smtp.mydomain.com';
$conf['mailer']['params']['port'] = 25; // optional

--mk23