How to set SMTP server on OTRS?

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 BlackBerry http://www.blackberrycorporativo.com.br/ * 55 11 3897-3797

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
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/ • Portaishttp://www.navitaportal.com/e BlackBerry http://www.blackberrycorporativo.com.br/ *• 55 11 3897-3797**
_______________________________________________ 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 or consulting for your OTRS system? => http://www.otrs.com/
-- Daniel Castro - דניאל Home Page : www.danielti.com.br MSN: danielti@gmail.com Skype: danielti2005 ICQ : 316727989 Jabber: danielti Linux User: 387864 AOL User: Danielti2005 Sola Scriptura, Sola Gratia, Sola Fide, Solus Christus, Soli Deo Gloria
participants (2)
-
Camilo Vieira
-
Daniel Castro