First time here? Check out the FAQ!
1

Notifications on mentions

Hi, in our deployment, we cannot receive notifications by using @< username > to notify a user. Also it seems sometimes general notifications are send but sometimes they don't. It's a big issue on our side and we can't find a good documentation about it.

gkorkmaz's avatar
11
gkorkmaz
asked 2024-04-18 10:35:31 -0500
Evgeny's avatar
13.2k
Evgeny
updated 2024-04-18 11:18:40 -0500
edit flag offensive 0 remove flag close merge delete

Comments

Hi @grokmaz, just to clarify - it's notifications by email?

Evgeny's avatar Evgeny (2024-04-18 11:19:19 -0500) edit
add a comment see more comments

1 Answer

0

If you go to user profile -> "email alerts" and enable notifications for "comments and posts mentioning me" you should start receiving notifications.

Something to keep in mind: for the batched notifications you need to run send_email_alerts command regularly - say once a day.

Secondly - there are default settings for the alerts frequency that apply to new users - in the settings section for the email alerts.

If there are no alerts sent at all - that would indicate an issue in the configuration of email sending.

Evgeny's avatar
13.2k
Evgeny
answered 2024-04-18 11:34:33 -0500
edit flag offensive 0 remove flag delete link

Comments

Hi, few details: - In profiles, all notifications and email settings are enabled. - I tested email server connection, the application easily sends emails. - `send_email_alerts` command is periodically running with celery. - Beside email notifications, we don't get normal notification too.

gkorkmaz's avatar gkorkmaz (2024-04-22 05:18:01 -0500) edit
add a comment see more comments