On Tuesday, June 01, 2004 5:33 AM
Jesse <[EMAIL PROTECTED]> wrote:
> Can't load sendmail backend module Kernel::System::Email:SMTP! syntax
> error at (eval 218) line 1, near "require Kernel::System::Email:" 
> 
> This looks to me as if it's trying to load sendmail, but with the
> entries I used that shouldn't be happening. what do you think?

There's a tiny little error in your settings:

    $Self->{'SendmailModule'} = 'Kernel::System::Email:SMTP';

The last ':' has to be doubled, too:

    $Self->{'SendmailModule'} = 'Kernel::System::Email::SMTP';

hth,

Robert Kehl

--
((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg
         http://www.otrs.de/ :: Tel. +49 (0)6172 4832388
_______________________________________________
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting f�r Ihr OTRS System?
=> http://www.otrs.de/

Reply via email to