I am using this PM with small group of guys and we really don't need this feature until later on but I need someone to tell me how I can do this. Many thanks
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...
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?
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.
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.
If you still need assistance with this, please email support@a51dev.com.
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:
In /activecollab/application/modules/milestones/controllers/MilestonesController.class.php:
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?