Email notification disabling when publish a new issue?(ojs 3)

I need to disable issue notification to registered user by email because of my hosting limitation in ojs 3.
Thanks

Hi @ali127,

If you want to permanently stop that notification from being sent, you can remove the tail end of the publishIssue function in classes/controllers/grid/issues/IssueGridHandler.inc.php – everything after…

// Send a notification to associated users

…but not including…

return DAO::getDataChangedEvent();

Regards,
Alec Smecher
Public Knowledge Project Team

1 Like

Hi @ali127

Just an update, now it is possible disable issue notification without touching in code.
In OJS 3.1 when you are publishing a new issue you can uncheck a box of "Send notifcations…"as you can see in image bellow:

notify_users

Regards,
Israel Cefrin
Public Knowledge Project Team

1 Like