Hoşgeldin Misafir

Xenforo Disable receive email notifications

by_suntA

18 Tem 2022
13 Mesaj

Aktiflik

Seviye

Deneyim

TIM / GÖREV:
You can disable receive all email notifications on Xenforo 2x and 2.1x

Why are we doing this ?
Xenforo system will sen email every Direct Message,Comment and new notification so Mail servers is always exceed the limit

Kod:
UPDATE xf_user_option SET creation_watch_state = "watch_no_email" WHERE creation_watch_state = "watch_email";
UPDATE xf_user_option SET interaction_watch_state = "watch_no_email" WHERE interaction_watch_state = "watch_email";
UPDATE xf_user_option SET email_on_conversation = 0;