
Thanks Daniel, I’m going to try..
Camilo Vieira • Infra-estrutura de redes • 55 11 7643-4895
Navita http://www.navita.com.br/ • Portais http://www.navitaportal.com/ e BlackBerry http://www.blackberrycorporativo.com.br/ • 55 11 3897-3797
From: otrs-bounces@otrs.org [mailto:otrs-bounces@otrs.org] On Behalf Of Daniel Castro
Sent: quarta-feira, 16 de julho de 2008 17:44
To: User questions and discussions about OTRS.org
Subject: Re: [otrs] How to set SMTP server on OTRS?
Edit Kernel/config.pm and add the following:
# SendmailModule
$Self->{"SendmailModule"} = "Kernel::System::Email::SMTP";
$Self->{"SendmailModule::Host"} = "<smtp server address>";
$Self->{"SendmailModule::AuthUser"} = "<smtp user>";
$Self->{"SendmailModule::AuthPassword"} = "<smtp password>";
$Self->{'SendmailModule::Port'} = '25';
Bets Regards,
2008/7/16 Camilo Vieira