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: [EMAIL PROTECTED]


 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 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
                [EMAIL PROTECTED]
                


_______________________________________________
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/
_______________________________________________
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/

Reply via email to