This module creates a checkbox on the user page which allows them to opt out of most emails sent from the site.

hook_mail_alter() is then utilized to abort the sending of most emails, with a special variable that can allow bypass. By default, all 'user' module sent emails (such as password recovery emails) are bypassed. Everything else, however, will not be sent.

Project information

Releases