<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hello, <br>
<br>
I was having the same problem. This problem seems to exist in version
2.0.4 and every version after that. After researching the bug via
<a class="moz-txt-link-freetext" href="http://bugs.otrs.org">http://bugs.otrs.org</a>, #1113 had the answer. You need to change
Ticket.pm. Here is the code that is posted, which I have implemented
and seems to work: <br>
<br>
<br>
<pre>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-&gt;{UserObject} = Kernel::System::User-&gt;new(%Param);
-    if (!$Param{GroupObject}) {
-        $Self-&gt;{GroupObject} = Kernel::System::Group-&gt;new(%Param);
-    }
-    else {
-        $Self-&gt;{GroupObject} = $Param{GroupObject};
-    }
+    $Self-&gt;{GroupObject} = Kernel::System::Group-&gt;new(%Param);
 
     $Self-&gt;{CustomerUserObject} = Kernel::System::CustomerUser-&gt;new(%Param);
     if (!$Param{CustomerGroupObject}) {
</pre>
===================================================================<br>
<br>
Good Luck!<br>
<br>
- Jennifer<br>
<br>
<br>
<br>
<blockquote cite="mid20061201150538.03CC11EA53@lusen.otrs.org"
 type="cite">
  <hr size="4" width="90%"><br>
  <table class="header-part1" border="0" cellpadding="0" cellspacing="0"
 width="100%">
    <tbody>
      <tr>
        <td>
        <div class="headerdisplayname" style="display: inline;">Subject:
        </div>
[otrs] Problem with EMail notification !</td>
      </tr>
      <tr>
        <td>
        <div class="headerdisplayname" style="display: inline;">From: </div>
S&eacute;bastien SAMOUILHAN <a class="moz-txt-link-rfc2396E" href="mailto:ssamouilhan@yacast.fr">&lt;ssamouilhan@yacast.fr&gt;</a></td>
      </tr>
      <tr>
        <td>
        <div class="headerdisplayname" style="display: inline;">Date: </div>
Fri, 1 Dec 2006 15:53:19 +0100</td>
      </tr>
      <tr>
        <td>
        <div class="headerdisplayname" style="display: inline;">To: </div>
<a class="moz-txt-link-rfc2396E" href="mailto:otrs@otrs.org">&lt;otrs@otrs.org&gt;</a></td>
      </tr>
    </tbody>
  </table>
  <table class="header-part2" border="0" cellpadding="0" cellspacing="0"
 width="100%">
    <tbody>
      <tr>
        <td>
        <div class="headerdisplayname" style="display: inline;">To: </div>
<a class="moz-txt-link-rfc2396E" href="mailto:otrs@otrs.org">&lt;otrs@otrs.org&gt;</a></td>
      </tr>
    </tbody>
  </table>
  <table class="header-part3" border="0" cellpadding="0" cellspacing="0"
 width="100%">
    <tbody>
      <tr>
        <td>
        <div class="headerdisplayname" style="display: inline;">Content-Transfer-Encoding:
        </div>
quoted-printable</td>
      </tr>
      <tr>
        <td>
        <div class="headerdisplayname" style="display: inline;">Precedence:
        </div>
list</td>
      </tr>
      <tr>
        <td>
        <div class="headerdisplayname" style="display: inline;">MIME-Version:
        </div>
1.0</td>
      </tr>
      <tr>
        <td>
        <div class="headerdisplayname" style="display: inline;">Reply-To:
        </div>
"User questions and discussions about OTRS.org" <a class="moz-txt-link-rfc2396E" href="mailto:otrs@otrs.org">&lt;otrs@otrs.org&gt;</a></td>
      </tr>
      <tr>
        <td>
        <div class="headerdisplayname" style="display: inline;">Message-ID:
        </div>
<a class="moz-txt-link-rfc2396E" href="mailto:7887894575D8E04FB4FA1D386442AE71F2CC9C@messi.yacast.fr">&lt;7887894575D8E04FB4FA1D386442AE71F2CC9C@messi.yacast.fr&gt;</a></td>
      </tr>
      <tr>
        <td>
        <div class="headerdisplayname" style="display: inline;">Content-Type:
        </div>
text/plain; charset="iso-8859-1"</td>
      </tr>
      <tr>
        <td>
        <div class="headerdisplayname" style="display: inline;">Message:
        </div>
3</td>
      </tr>
    </tbody>
  </table>
  <br>
  <pre wrap="">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.

 

  </pre>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
otrs mailing list
<a class="moz-txt-link-abbreviated" href="mailto:otrs@otrs.org">otrs@otrs.org</a>
<a class="moz-txt-link-freetext" href="http://lists.otrs.org/cgi-bin/listinfo/otrs">http://lists.otrs.org/cgi-bin/listinfo/otrs</a>
  </pre>
</blockquote>
</body>
</html>