RE: [otrs] Sending mail issue on Win32

Luca, In your default.pm you will find: # --------------------------------------------------- # # SendmailModule # --------------------------------------------------- # # (Where is sendmail located and some options. # See 'man sendmail' for details. Or use the SMTP backend.) # $Self->{'SendmailModule'} = 'Kernel::System::Email::Sendmail'; # $Self->{'SendmailModule::CMD'} = '/usr/sbin/sendmail -i -f '; $Self->{'SendmailModule'} = 'Kernel::System::Email::SMTP'; $Self->{'SendmailModule::Host'} = 'xxx.xxx.xxx.xxx'; $Self->{'SendmailModule::Port'} = '25'; # $Self->{'SendmailModule::AuthUser'} = ''; # $Self->{'SendmailModule::AuthPassword'} = ''; Change the xxx.xxx.xxx.xxx to your SMTP relay. Jase Critchley Technical Director SwitchSupport Tel: 0845 094 0810 Mob: 0789 444 2068 w: http://www.switchsupport.co.uk e: jase.critchley@switchsupport.co.uk -----Original Message----- From: otrs-bounces@otrs.org [mailto:otrs-bounces@otrs.org] On Behalf Of Luca Martella Sent: 11 November 2006 10:10 To: otrs Subject: [otrs] Sending mail issue on Win32 11-11-2006 Hello all! I'm a newbie of the OTRS and I found that it is really great!! I've only a little issue, easy for you I guess: I've installed the Win32 version of the OTRS on a Windows 2000 Server, it works greatly but it doesn't send emails. I guess I have to configure Apache or Perl to send emails through an SMTP relay... How can I do this? Thanks and Best regards. Luca Martella Unilab S.R.L Development Group luca.martella@unilabsrl.it _______________________________________________ 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 orr consulting for your OTRS system? => http://www.otrs.com/
participants (1)
-
Jase Critchley