<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
  <title>aC forum: Turn off the email notifications &amp; subscriptions???</title>
  <link>http://www.activecollab.com/forums/topic/5483/</link>
  <description>Recent posts on topic: Turn off the email notifications &amp; subscriptions???</description>
  <dc:language>en-us</dc:language>
  <pubDate>Wed, 23 May 2012 22:15:31 CDT</pubDate>
  
  <item>
    <link>http://www.activecollab.com/forums/post/27431/#post27431</link>
    <guid>http://www.activecollab.com/forums/post/27431/#post27431</guid>
    <title>Post #11 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>Hello,<br />
<br />
activeCollab does not send notifications to people who execute the action (create a ticket, post a comment etc) - they are simply ignored while all other subscribers get a notification. <br />
<br />
There was one release with bug that resulted in email notifications being sent to authors as well, but this has been fixed long time ago and not present in latest stable release. Because of that, we recommend that you upgrade to it if you are using an older version.</p>]]></description>
    <pubDate>Tue, 17 Aug 2010 10:44:55 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/27430/#post27430</link>
    <guid>http://www.activecollab.com/forums/post/27430/#post27430</guid>
    <title>Post #10 by fjohnson</title>
    <dc:creator>fjohnson</dc:creator>
    <description><![CDATA[<p>We're looking for a way to turn off email notifications for the authors of a post. This has been annoyance to most. We would still like all of the other subscribers to receive an email notification, however. Any suggestions?</p>]]></description>
    <pubDate>Tue, 17 Aug 2010 10:34:26 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/27388/#post27388</link>
    <guid>http://www.activecollab.com/forums/post/27388/#post27388</guid>
    <title>Post #9 by tmaactivecollab</title>
    <dc:creator>tmaactivecollab</dc:creator>
    <description><![CDATA[<p>I tried commenting out the lines above but users are still subscribed to the milestones and tickets. Any thoughts</p>]]></description>
    <pubDate>Thu, 12 Aug 2010 11:26:16 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/25268/#post25268</link>
    <guid>http://www.activecollab.com/forums/post/25268/#post25268</guid>
    <title>Post #8 by michielvoo</title>
    <dc:creator>michielvoo</dc:creator>
    <description><![CDATA[<p>Here's a hack that we use so that assignees of milestones and tickets don't get subscribes as well. You can still subscribe users if you want, but with this diff applied it's opt-in, instead of opt-out. Comment out the following lines:<br />
<br />
In /activecollab/application/modules/milestones/controllers/MilestonesController.class.php:<br />
<br />
// $subscribers = array_merge($subscribers, array_var($milestone_data['assignees'], 0));<br />
<br />
and<br />
<br />
// $subscribers = array_merge($subscribers, array_var($milestone_data['assignees'], 0));<br />
<br />
In /activecollab/application/modules/tickets/controllers/TicketsController.class.php:<br />
<br />
// $subscribers = array_merge($subscribers, array_var($ticket_data['assignees'], 0));<br />
<br />
and<br />
<br />
// $subscribers = array_merge($subscribers, array_var($ticket_data['assignees'], 0));<br />
<br />
Use at your own risk!</p>]]></description>
    <pubDate>Mon, 08 Mar 2010 11:02:25 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/24371/#post24371</link>
    <guid>http://www.activecollab.com/forums/post/24371/#post24371</guid>
    <title>Post #7 by Bryce</title>
    <dc:creator>Bryce</dc:creator>
    <description><![CDATA[<p>Nirav- that worked. Many thanks- we need more people like you! </p>]]></description>
    <pubDate>Tue, 05 Jan 2010 00:40:18 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/24313/#post24313</link>
    <guid>http://www.activecollab.com/forums/post/24313/#post24313</guid>
    <title>Post #6 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>Thanks Nirav :)</p>]]></description>
    <pubDate>Tue, 29 Dec 2009 05:59:36 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/24312/#post24312</link>
    <guid>http://www.activecollab.com/forums/post/24312/#post24312</guid>
    <title>Post #5 by Nirav M.</title>
    <dc:creator>Nirav Mehta</dc:creator>
    <description><![CDATA[<p>If you wanted the fastest way to disable all emails going out:<br />
<br />
Open ApplicationMailer.class.php from &quot;activecollab/application/modules/system/models&quot; folder. <br />
<br />
Go to line 217. It should look like this:<br />
<pre name="code" class="brush: php">$this-&gt;swift-&gt;batchSend($message_data['message'], $message_data['recipients'], new Swift_Address($from_email, $from_name));</pre><br />
<br />
Add two backslashes to the start of the line.<br />
<br />
<pre name="code" class="brush: php">//$this-&gt;swift-&gt;batchSend($message_data['message'], $message_data['recipients'], new Swift_Address($from_email, $from_name));</pre><br />
<br />
Save the file. Upload to your server.<br />
<br />
That should stop all mails.<br />
<br />
Hope that helps!<br />
</p>]]></description>
    <pubDate>Tue, 29 Dec 2009 02:42:09 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/24310/#post24310</link>
    <guid>http://www.activecollab.com/forums/post/24310/#post24310</guid>
    <title>Post #4 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>I'm away from my office computer (writing this from one of the beach cafes in Hikkaduwa, Sri Lanka :)) ) so I can't post the exact code. <br />
<br />
Basically, what you need to do is to comment content of send() method and make sure that it just returns TRUE without sending any emails. You should not comment the entire class or method definitions (function NAME(PARAMS) { }) because that will result in an error.<br />
<br />
If you still need assistance with this, please email support@a51dev.com.</p>]]></description>
    <pubDate>Tue, 29 Dec 2009 00:45:27 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/24308/#post24308</link>
    <guid>http://www.activecollab.com/forums/post/24308/#post24308</guid>
    <title>Post #3 by Bryce</title>
    <dc:creator>Bryce</dc:creator>
    <description><![CDATA[<p>Much appreciated on this information. <br />
<br />
I just tried to comment some of lines and I got error every time I add new task / project / etc. I have been trying for last few minutes here and it's clear I may have commented in wrong areas. I was wondering if it would be possible for you to post the codes or email me directly? </p>]]></description>
    <pubDate>Tue, 29 Dec 2009 00:26:52 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/24306/#post24306</link>
    <guid>http://www.activecollab.com/forums/post/24306/#post24306</guid>
    <title>Post #2 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>You can check ApplicationMailer class in /activecollab/application/modules/system/models and comment the lines that send out messages. Please note that entire system uses this class so you'll completely turn off mailing...</p>]]></description>
    <pubDate>Tue, 29 Dec 2009 00:16:35 CST</pubDate>
  </item>
</channel>
</rss>
