SMTP

Moderator: crythias

Post Reply
kenmurimi
Znuny newbie
Posts: 87
Joined: 24 May 2010, 10:21
Znuny Version: 2.4.7

SMTP

Post by kenmurimi »

hi,

i have set # SendmailModule in
/opt/otrs/Kernel config.pm as

$Self->{'SendmailModule'} = 'Kernel::System::Email::SMTP';
$Self->{'SendmailModule::Host'} = '"my host"';
$Self->{'SendmailModule::Port'} = '25';
$Self->{'SendmailModule::AuthUser'} = '';
$Self->{'SendmailModule::AuthPassword'} = '';

but cant be able to send any mails???

any help greatly appreciated
OTRS 2.4.7 on SUSE and on MySQL database
OTRS 3.2.10 on CentOS and MySQL database
Mike_B
Moderator
Posts: 266
Joined: 12 Jan 2010, 18:16
Znuny Version: CVS HEAD

Re: SMTP

Post by Mike_B »

Hi Ken,

First, if you don't need the AuthUser and AuthPassword please just leave these lines out of the config.

Second, you could best just remove that whole piece of configuration out of the text file and use the SysConfig instead, so you can enter the values via the GUI. First remove the bit from Config.pm and then go to Admin > SysConfig > Framework > Core::Sendmail .

--
Mike.
huntingbears.nl - @michielbeijen on Twitter
kenmurimi
Znuny newbie
Posts: 87
Joined: 24 May 2010, 10:21
Znuny Version: 2.4.7

Re: SMTP

Post by kenmurimi »

Thanks Mike it worked!!
OTRS 2.4.7 on SUSE and on MySQL database
OTRS 3.2.10 on CentOS and MySQL database
Post Reply