Search found 1 match

by pmacko
08 Feb 2011, 20:36
Forum: Hilfe
Topic: OTRS 3.0.4
Replies: 2
Views: 2548

Re: OTRS 3.0.4

Problem is, if You set SMTP and fields SmtpUser a Pass is empty. Fix problem editing file ZZZAuto.pm (otrs/Kernel/Config/Files) Add: $Self->{'SendmailModule::Port'} = ''; $Self->{'SendmailModule::Host'} = ''; $Self->{'SendmailModule'} = 'Kernel::System::Email::SMTPTLS'; $Self->{'SendmailModule::Auth...