By m_i_c_h_a_e_l on
I have a simple rule that send users an email notification whenever a piece of their content has been edited or commented.
But some of my users visit the site every day, and don't want to receive such notifications.
Is there any way to allow users to opt out of these email notifications? Ideally this should be an option on the individual user's account.
Thanks for any suggestions.
Comments
There are other modules which
There are other modules which do this. Not sure if Rules can.
http://groups.drupal.org/node/15928
Digit Professionals specialising in Drupal, WordPress & CiviCRM support for publishers in non-profit and related sectors
^
May be a check-box using core profile module and adding an extra condition to the rule to check if user has checked that option ?
I have done similar thing with content profile but not sure if core profile module's fields are available to Rules. This won't waste your server resources because if email address of the user is available to Rules, most likely that profile fields are already available.
What's new and changing in PHP 8.4