
1 Jun
2004
1 Jun
'04
2:34 a.m.
Is this all I need to send e-mails out from otrs? Or do I need to configure sendmail? $Self->{'SendmailModule'} = 'Kernel::System::Email:SMTP'; $Self->{'SendmailModule::Host'} = 'my.ispssmtp.server'; $Self->{'SendmailModule::Port'} = '25'; $Self->{'SendmailModule::AuthUser'} = ''; $Self->{'SendmailModule::AuthPassword'} = ''; thanks marshall