Index: System/Ticket.pm =================================================================== RCS file: /home/cvs/otrs/Kernel/System/Ticket.pm,v retrieving revision 1.227 diff -u -r1.227 Ticket.pm --- System/Ticket.pm 19 Oct 2006 20:15:45 -0000 1.227 +++ System/Ticket.pm 29 Oct 2006 16:16:26 -0000 @@ -106,12 +106,7 @@ } $Self->{UserObject} = Kernel::System::User->new(%Param); - if (!$Param{GroupObject}) { - $Self->{GroupObject} = Kernel::System::Group->new(%Param); - } - else { - $Self->{GroupObject} = $Param{GroupObject}; - } + $Self->{GroupObject} = Kernel::System::Group->new(%Param); $Self->{CustomerUserObject} = Kernel::System::CustomerUser->new(%Param); if (!$Param{CustomerGroupObject}) {===================================================================
Subject:[otrs] Problem with EMail notification ! From:Sébastien SAMOUILHAN <ssamouilhan@yacast.fr> Date:Fri, 1 Dec 2006 15:53:19 +0100 To:<otrs@otrs.org>
To:<otrs@otrs.org>
Content-Transfer-Encoding:quoted-printable Precedence:list MIME-Version:1.0 Reply-To:"User questions and discussions about OTRS.org" <otrs@otrs.org> Message-ID:<7887894575D8E04FB4FA1D386442AE71F2CC9C@messi.yacast.fr> Content-Type:text/plain; charset="iso-8859-1" Message:3
Hello, I have some trouble whit EMail Notification. I ha ve configured a POP3 account. If i send a message to this POP3 account, le message is sent in the good queue and i my agents receive an email. If a customer create a new ticket, my agents don't receive notification mail ! if an agent edit on close the ticket, my customer receive an email. My only question is why my agents don't receive an email if the ticket is created in the web interface ?? thank's a lot.
_______________________________________________ otrs mailing list otrs@otrs.org http://lists.otrs.org/cgi-bin/listinfo/otrs