configuration mailing

Moderator: crythias

Locked
tina
Znuny newbie
Posts: 48
Joined: 10 Apr 2012, 17:59
Znuny Version: 3.2.1
Real Name: boutayna

configuration mailing

Post by tina »

Hi,
To configure sending mail in OTRS I follow steps in this link http://faq.otrs.org/otrs/public.pl?Acti ... ItemID=363
but when I try to test my configuration by sending notification to user I get Error 500 of server,
and log file contain this message:

Message: Attempt to reload Net/SMTP/TLS/ButMaintained.pm aborted.
Compilation failed in require at C:/PROGRA~2/OTRS/OTRS//Kernel/System/Email/SMTPTLS.pm line 17.
BEGIN failed--compilation aborted at C:/PROGRA~2/OTRS/OTRS//Kernel/System/Email/SMTPTLS.pm line 17.


can you help me please
tina
Znuny newbie
Posts: 48
Joined: 10 Apr 2012, 17:59
Znuny Version: 3.2.1
Real Name: boutayna

Re: configuration mailing

Post by tina »

I tried other configuration and track of error is differente now:

Message: Attempt to reload Net/SMTP/SSL.pm aborted.
Compilation failed in require at C:/PROGRA~2/OTRS/OTRS//Kernel/System/Email/SMTPS.pm line 17.
BEGIN failed--compilation aborted at C:/PROGRA~2/OTRS/OTRS//Kernel/System/Email/SMTPS.pm line 17.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: configuration mailing

Post by jojo »

run bin/otrs.CheckModules.pl and install missing modules
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
tina
Znuny newbie
Posts: 48
Joined: 10 Apr 2012, 17:59
Znuny Version: 3.2.1
Real Name: boutayna

Re: configuration mailing

Post by tina »

I did it I installed all the missing modules and it still not working
ndhvu275
Znuny advanced
Posts: 139
Joined: 06 Nov 2012, 09:02
Znuny Version: 3.x, 4.x and 5.x
Real Name: Vu Nguyen
Company: INFOdation
Location: Netherlands
Contact:

Re: configuration mailing

Post by ndhvu275 »

tina wrote:I did it I installed all the missing modules and it still not working
Hi Tina,

Have you done this error? I'm trying to config send mail via gmail and now I also get this error. But I don't know how to go on. If you or anyone know, please help.

Thanks

Hoang Vu
OTRS 3.x, 4.x on CentOS/Windows
MySQL database
External customer backend with MySQL, MSSQL
Customization
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: configuration mailing

Post by reneeb »

Are there any other messages in the logs about that module? Anything that says something about the cause why it cannot reload the module?
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
ndhvu275
Znuny advanced
Posts: 139
Joined: 06 Nov 2012, 09:02
Znuny Version: 3.x, 4.x and 5.x
Real Name: Vu Nguyen
Company: INFOdation
Location: Netherlands
Contact:

Re: configuration mailing

Post by ndhvu275 »

reneeb wrote:Are there any other messages in the logs about that module? Anything that says something about the cause why it cannot reload the module?
Hi reneeb,

I just got an error in log as below, and not anything else
Message: Attempt to reload Net/SMTP/SSL.pm aborted.
Compilation failed in require at C:/PROGRA~2/OTRS/OTRS//Kernel/System/Email/SMTPS.pm line 17.
BEGIN failed--compilation aborted at C:/PROGRA~2/OTRS/OTRS//Kernel/System/Email/SMTPS.pm line 17.


However, I try to reinstall OTRS, and config email on 5 steps of installing (I did skip this before). It is OK

Thanks

Hoang Vu
OTRS 3.x, 4.x on CentOS/Windows
MySQL database
External customer backend with MySQL, MSSQL
Customization
Locked