
20 Apr
2009
20 Apr
'09
9:53 p.m.
OTRS, I added this code with the correct Host, AuthUser & Password to the sendmail.pm file but I am still not able to send mail from OTRS. I am able to receive mail with no problem. Any suggestions? # SendmailModule $Self->{"SendmailModule"} = "Kernel::System::Email::SMTP"; $Self->{"SendmailModule::Host"} = "mail.example.org"; $Self->{"SendmailModule::AuthUser"} = "username"; $Self->{"SendmailModule::AuthPassword"} = "password"; $Self->{'SendmailModule::Port'} = '25'; Regards, Ram