
1 Jun
2004
1 Jun
'04
6:11 a.m.
On Tuesday, June 01, 2004 5:33 AM
Jesse
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