[otrs] How to set SMTP server on OTRS?

2008-07-16 Thread Camilo Vieira
Hi, I'm a newbie in this community and I have one doubt. Is there any way to configure a default smtp in the OTRS to send all e-mails? Thanks, Camilo Vieira * Infra-estrutura de redes * 55 11 7643-4895 Navita http://www.navita.com.br/ * Portais http://www.navitaportal.com/ e

Re: [otrs] How to set SMTP server on OTRS?

2008-07-16 Thread Daniel Castro
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;

Re: [otrs] How to set SMTP server on OTRS?

2008-07-16 Thread Camilo Vieira
PROTECTED] 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