Re : Global settings for mail alerts?
There is no global preference/feature for that
I put this on the list to be done for tiki 1.10
For the moment you can change in tiki-user_preferences.php
$minPrio = $tikilib->get_user_preference($userwatch, 'minPrio', 6);
into
$minPrio = $tikilib->get_user_preference($userwatch, 'minPrio', 1);
in lib/messu/mesulib.php
if ($this->get_user_preference($user, 'minPrio', 6) get_user_preference($user, 'minPrio', 1)