- Edited
Looking at those again none of those check marks indicate a "send new message" to the user based on Agent activity. I guess that it can't be disabled that way.
I believe I have found the post that I originally followed some time back, but the image is gone.http://forum.osticket.com/d/discussion//option-to-disable-end-user-emails-how-to-not-send-emails-externaly
For anyone else also wanting this option see below for the change.<br><?php<br> # XXX: Add user-to-name and user-to-email HTML ID#s<br> $to =sprintf('%s &lt;%s&gt;',<br> Format:($ticket->getName()),<br> $ticket->getReplyToEmail());<br> $emailReply = (!isset($info) || $info);<br> $emailReply = ""; <span style="background-color: rgb(255, 255, 0);">/* <-Add this line to the left, below the line above */</span><br>
Admin, please feel free to make this as solved. Thank you.
@829 Code not clear
Thanks,
Mohan.
There are other alert settings that could be disabled if you don't want to send alerts to users
/scp/settings.php?t=tickets#alerts
Thanks @ramrajone, I need to disable Post Replies only.
mohankarunasiri
When you are replying you have the option to select "Do Not Email Reply"
@ramrajone, I need above select by default when post reply.
mohankarunasiri
Does not make any sense to disable post reply, if you don't want your users to be notified of the changes or action you do, then use the Internal notes option.
mohankarunasiri
This is fairly old but I was looking for the same solution. For v1.15.2, I edited /include/staff/ticket-view.inc.php and changed:
Lines 973-978 - Shifted the order of the array to be 'none', 'all', 'user'
Line 981 - Changed 'all' to 'none'