[imp] can't send messages with cvs version
Andreas Krebs
akrebs_horde@chronolabs.de
Thu, 22 Nov 2001 10:17:43 +0100
--On Wednesday, November 21, 2001 14:31:15 -0500 Jon Parise <jon@horde.org>
wrote:
>
> Update your config/conf.php file. $conf['append_header'] was
> renamed ['prepend_header'].
>
ok, i fixed that, doublechecked all other config files,
but now i get the same 'there was an error sending your message' error, but
with now log entrys anywhere.
the mailer part of horde.conf is:
/**
** Mailer
**/
// What method should we use for sending mail? Valid options are
// currently 'sendmail' and 'smtp'.
$conf['mailer']['type'] = 'smtp';
// An array holding any parameters that the Mail object will need to
// function correctly. For sendmail, this is mainly the sendmail_path
// option; SMTP requires at least a server and a port (if
// nonstandard).
$conf['mailer']['params'] = array();
$conf['mailer']['params']['server'] = 'mail.chronolabs.de';
$conf['mailer']['params']['port'] = '25';
sorry for my previous optimistic mail
Andreas