Turning off workflow email notifications
Back to
If you want to stop workflow email notifications, run the following SQL query against the Workflow database (Sharevis). This will ensure no emails are sent from any previous tests.
update svservice set status = 2 where type = 'sendemail'