Hi, Sallie,
This MySQL query will disable all email accounts:
UPDATE `mdl_user` SET maildisplay = '0'
If you were to use the above, your teachers could then go back into their profiles and enable their email, of course.
Obviously not exactly what you are looking for, but I am sure that someone can post a similar query that will do what you want to do.
Anyone?
-- Art