Discussion:
[otrs] How to set SMTP server on OTRS?
Camilo Vieira
2008-07-16 19:37:23 UTC
Permalink
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
Daniel Castro
2008-07-16 20:43:33 UTC
Permalink
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,
Post by 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
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: ***@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
Camilo Vieira
2008-07-16 21:12:39 UTC
Permalink
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-***@otrs.org [mailto:otrs-***@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 <***@navita.com.br>:

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




_______________________________________________
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: ***@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
Loading...