I have added the SMTP configuration as given below to
OTRS\OTRS\Kernel\Config.pm
# SendmailModule
$Self->{"SendmailModule"} = "Kernel::System::Email::SMTP";
$Self->{"SendmailModule::Host"} = "mail.vsnlxchange.com";
$Self->{"SendmailModule::Port"} = "25";
$Self->{"SendmailModule::AuthUser"} = "us...@tataelxsi.co.in";
$Self->{"SendmailModule::AuthPassword"} = "123456";
$Self->{'SendmailNotificationEnvelopeFrom'} =
'us...@tataelxsi.co.in';
Can someone help me in finding why the exception is occuring
regards
Sheela
Glossop, Andrew
unread,
Sep 7, 2009, 6:58:33 AM9/7/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sheelave...@tataelxsi.co.in, User questions and discussions about OTRS.
do you need authentication? I use Windows 2003 Server, and it
works with SMTP. but I don't need SMTP authentication.
From:otrs-b...@otrs.org
[mailto:otrs-b...@otrs.org] On Behalf Of Sheela
Venkatesan Sent: 07 September 2009 10:30 To:ot...@otrs.org Subject: [otrs] OTRS SMTP/Smart Host Configuration and
Sending Emails
Sheela Venkatesan
unread,
Sep 7, 2009, 7:19:31 AM9/7/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ot...@otrs.org, Glossop, Andrew
Hi,
Yes, I need SMTP Authentication for sending mails
Can you clarify whether the sendmail.pm module is utilized here to send
the email through SMTP to mail server?
Or If not, do i need to install send mail separately for windows and
use it for invokation of send mail
What configurations are necessary for making the OTRS installed system
smart host?
How do i enable the Net::SMTP debug in the perl module?