SMTP flags under 1.2.4

Ry Jones rjones@airgap.net
Wed, 14 Feb 2001 20:33:40 -0800 (PST)


I'm running 1.2.4 horde, where do I make this change? and in what format?

-----Original Message-----
From: Max Kalika [mailto:max@the-triumvirate.net]

Quoting Paul Juliano <paul@edsamail.com.ph>:
> 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