Deactivates emailing. WordPress sends no more mails.
How does it work?
- It replaces 'wp_mail' with a dummy function
It doesn't work?
- Check for other plugins which replace 'wp_mail'
- Check for plugins which use 'mail' instead of 'wp_mail'. And delete them! :D