Danny88 Active member Sep 15, 2020 #1 Hello My board was migrated from vb. How can i execute option to ALL members of their registered email upon new conversation messages using mysql?
Hello My board was migrated from vb. How can i execute option to ALL members of their registered email upon new conversation messages using mysql?
Mouth Well-known member Sep 15, 2020 #2 Danny88 said: How can i execute option to ALL members of their registered email upon new conversation messages using mysql? Click to expand... update xf_user_option set email_on_conversation = 1; Upvote 0 Downvote
Danny88 said: How can i execute option to ALL members of their registered email upon new conversation messages using mysql? Click to expand... update xf_user_option set email_on_conversation = 1;
Danny88 Active member Sep 15, 2020 #3 Mouth said: update xf_user_option set email_on_conversation = 1; Click to expand... TYVM Upvote 0 Downvote