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