I have a page on our website where I'm using wpDiscuz. Its just a page that visitors can ask general questions and our moderators can answer their questions. How do i set it up so that a particular WordPress user can be the one getting notifications of a comment submission. Currently these notifications are going to my email (the site owner). I don't want them to go to me but a different user on our WordPress site. How do i make that change?
You should change the "Admin Email Address" in the Dashboard > Settings > General admin page. This article should be helpful for you: https://www.wpbeginner.com/beginners-guide/how-to-change-the-wordpress-admin-email/
You can also use the wp_mail function if you only need to change the notifications that are being sent from comment section.
thanks for your replay. Yes I don't want to change the admin for the website, just who gets the new comment notification. You said i could use the wp_mail function. I don't know how to do that. Are there detailed explanations for doing that? Or can their be multiple website admins?