Opt out
Categories
Component ID
2289955
Component name
Opt out
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
651
Component created
Component changed
Component body
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.
