On Tue, 2009-11-17 at 15:00 +0200, Pekka Sundelin wrote: > Hello I'm really new with HORDE. Installation is done (Apache > webserver running on Windows with PHP 5.2.9) but I have a problem with > sending mail I get error message "sendmail returned error code > 1" that is quite ok because I do not have sendmail installed and > I like to configure Horde to use SMTP host which I normally use, but > where I should change and what?
The admin menu supports setting that up. But it is basically... $conf['mailer']['params']['host'] = 'smtp.mormail.com'; $conf['mailer']['params']['localhost'] = 'flask-green.mormail.com'; $conf['mailer']['params']['auth'] = 'PLAIN'; $conf['mailer']['params']['username'] = Auth::getAuth(); $conf['mailer']['params']['password'] = Auth::getCredential('password'); $conf['mailer']['type'] = 'smtp'; ... in horde/config/conf.php -- OpenGroupware developer: awill...@whitemice.org <http://whitemiceconsulting.blogspot.com/> OpenGroupare & Cyrus IMAPd documenation @ <http://docs.opengroupware.org/Members/whitemice/wmogag/file_view> -- IMP mailing list - Join the hunt: http://horde.org/bounties/#imp Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscr...@lists.horde.org