[horde] SMTP Auth
Oliver Siegmar
mailings at ultimate-systems.de
Wed Apr 24 12:51:09 PDT 2002
--On Mittwoch, 24. April 2002 15:26 -0400 Chuck Hagenbuch <chuck at horde.org>
wrote:
> horde/config/horde.php, in the $conf['mailer'] section. You need to set
> the 'auth' param to true, and set the 'username' and 'password'
> parameters.
I set
$conf['mailer']['type'] = 'smtp';
and
$conf['mailer']['params'] = array('auth' => true,
'username' => Auth::getAuth(),
'password' =>
Auth::getCredential('password')
);
Right?
...and now there is a blank page when accessing Horde/IMP - no login-screen
- simply nothing.
???
More information about the horde
mailing list