Support How to disable and receive email notifications

Solution
ACP > Options > User registration
yoursite.com/admin.php?options/groups/usersAndRegistration/

View attachment 3775
Run the following query in your database
Code:
UPDATE `xf_user_option`
SET `interaction_watch_state` = COALESCE(NULLIF(interaction_watch_state,''), 'watch_no_email')

UPDATE `xf_user_option`
SET `creation_watch_state` = COALESCE(NULLIF(creation_watch_state,''), 'watch_no_email')

TEHRAN

Supervisor
ACP > Options > User registration
yoursite.com/admin.php?options/groups/usersAndRegistration/

View attachment 3775
Run the following query in your database
Code:
UPDATE `xf_user_option`
SET `interaction_watch_state` = COALESCE(NULLIF(interaction_watch_state,''), 'watch_no_email')

UPDATE `xf_user_option`
SET `creation_watch_state` = COALESCE(NULLIF(creation_watch_state,''), 'watch_no_email')
 
Solution
  • Tags
    how to disable and receive email notifications xenforo how to disable and receive email notifications
  • Back
    Top Bottom