1
email notification (community.nodebb.org)
submitted 10 months ago* (last edited 10 months ago) by vijay-kumavat@community.nodebb.org to c/general-discussion@community.nodebb.org

Hi team NodeBB, any one please help me Is there any option in setting , When someone replies in the forum to any post, the reply should also go in the email to the author with below additional details

  1. topic title :-
  2. reply Message :-
  3. Link :- jump to below reply directly
top 5 comments
sorted by: hot top controversial new old
[-] julian@community.nodebb.org 2 points 10 months ago

Hi vijay-kumavat -- yes, in the user settings, ensure that the user has changed this to "Email only" or "both"

7373b692-1610-4ecb-a81f-af6db66b2d83-image.png

[-] baris@community.nodebb.org 2 points 10 months ago

You can run a query in mongodb to update all the user settings. The below would set everyone to Notification and email.

db.objects.updateMany({ 
  _key: /^user:\d+:settings/ 
}, { 
  $set: { "notificationType_new-reply": "notificationemail" } 
});`
[-] vijay-kumavat@community.nodebb.org 1 points 10 months ago* (last edited 10 months ago)
[-] vijay-kumavat@community.nodebb.org 1 points 10 months ago

I have noticed that this setting only applies to new users who join after the notification change. Existing users need to update it individually from their own accounts.

is their any way to apply this for all users?

[-] david-dalley@community.nodebb.org 1 points 9 months ago

But this method has not work for me

this post was submitted on 22 Jul 2025
1 points (100.0% liked)

General Discussion

0 readers
2 users here now

A place to talk about whatever you want

founded 1 year ago