Kernel::System::Email::Send

Moderator: crythias

Locked
markak
Znuny newbie
Posts: 5
Joined: 15 Sep 2010, 13:03
Znuny Version: 4.0.5
Real Name: Mark Kidd
Company: W Consulting

Kernel::System::Email::Send

Post by markak »

Hi Guys

I have been trying to find this on the forums but did not see anything around this problem.
Normal auto responders mails to the client work fine. Ticket Created / Mail response from the system etc.

But if i create a Notification event i get the following errors.
The mail does not go out as the Notification Section seems to be destroying the customers email address.(see below from the logs)

Kernel::System::Ticket::Article::ArticleSend seems to be adding ascii chars in place of the < > surrounding the email address.
Please advise if there is a fix for this.
I have installed the entire system and reinstalled and the exact same error exists.
Have tried starting tickets with different email addresses. and the same thing occurs when a notification event is triggered. It is breaking the customers email address and the mail fails.

[Wed Jan 21 09:52:19 2015][Error][Kernel::System::Email::SMTP::Send][151] Can't send to 'Mark': 501<Mark>: recipient address must contain a domain
! Enable Net::SMTP debug for more info!
[Wed Jan 21 09:52:19 2015][Info][Kernel::System::Email::Send] Error sending message
[Wed Jan 21 09:52:19 2015][Error][Kernel::System::Ticket::Article::ArticleSend][2560] Impossible to send message to: Mark K*** <ma****d@gmail.com> .
[Wed Jan 21 09:52:19 2015][Info][Kernel::System::Ticket::Event::NotificationEvent::_SendNotification] Sent customer 'Close Ticket Notification' notification to 'Mark Kidd <mar***d@gmail.com>'.

Any assistance would be appreciated.

Kind Regards

Mark
OTRS Version 4.0.5
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Kernel::System::Email::Send

Post by jojo »

OTRS version?
"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
markak
Znuny newbie
Posts: 5
Joined: 15 Sep 2010, 13:03
Znuny Version: 4.0.5
Real Name: Mark Kidd
Company: W Consulting

Re: Kernel::System::Email::Send

Post by markak »

Version otrs-4.0.5
running on
Ubuntu 14.04.01
Apache2
Mysql 5.5.4

sorry thought this was in my signature
OTRS Version 4.0.5
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: Kernel::System::Email::Send

Post by reneeb »

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
markak
Znuny newbie
Posts: 5
Joined: 15 Sep 2010, 13:03
Znuny Version: 4.0.5
Real Name: Mark Kidd
Company: W Consulting

Re: Kernel::System::Email::Send

Post by markak »

Thanks you this has worked
OTRS Version 4.0.5
Locked