Notifications #1

Closed
opened 2023-11-01 17:12:48 +00:00 by megakeegman · 5 comments
Owner

Dave asked for notifications fro Forgejo, but can't find anywhere where there is a setting to configure it. Forgejo people seem to think this is standard though.

@mlncn have you been notified?

Dave asked for notifications fro Forgejo, but can't find anywhere where there is a setting to configure it. Forgejo people seem to think this is standard though. @mlncn have you been notified?
mlncn was assigned by megakeegman 2023-11-01 17:13:46 +00:00
Owner

Notify yourself @megakeegman !

/assign @megakeegman

Notify yourself @megakeegman ! /assign @megakeegman
megakeegman was assigned by mlncn 2023-11-01 17:14:37 +00:00
mlncn removed their assignment 2023-11-01 17:14:43 +00:00
Author
Owner

Well it doesn't seem that either of us were notified by email.

Well it doesn't seem that either of us were notified by email.
Author
Owner

From what I can tell, their should be a dropdown with options for changing notification settings in the Account tab under Manage Email Addresses. This is indicated in the docs here and there is an image of this in this issue(https://codeberg.org/forgejo/forgejo/issues/281).

I notice in the image in this issue that there is a line that says "Your primary email address will be used for notifications and other operations"

I actually see this same line, but at the top of my profile settings. And there are no such settings or text in my manage email addresses.

From what I can tell, their should be a dropdown with options for changing notification settings in the Account tab under Manage Email Addresses. This is indicated in the docs [here](https://forgejo.org/docs/latest/user/email-settings/) and there is an image of this in this issue(https://codeberg.org/forgejo/forgejo/issues/281). I notice in the image in this issue that there is a line that says "Your primary email address will be used for notifications and other operations" I actually see this same line, but at the top of my profile settings. And there are no such settings or text in my manage email addresses.
Author
Owner

Looking at the template for account settings, the notification settings should in fact appear in Manage Email Settings under Account:
https://codeberg.org/forgejo/forgejo/src/branch/forgejo/templates/user/settings/account.tmpl

However, this markup is only rendered {{if $.EnableNotifyMail}}

Not sure if this is an environment variable we are missing.

Looking at the template for account settings, the notification settings should in fact appear in Manage Email Settings under Account: https://codeberg.org/forgejo/forgejo/src/branch/forgejo/templates/user/settings/account.tmpl However, this markup is only rendered `{{if $.EnableNotifyMail}}` Not sure if this is an environment variable we are missing.
wolcen was assigned by megakeegman 2023-11-01 17:55:33 +00:00
megakeegman removed their assignment 2023-11-01 17:55:54 +00:00
Owner

Where that must be set to true in app.ini per Configuration Cheat Sheet | Forgejo – Beyond coding. We forge.

ENABLE_NOTIFY_MAIL: false: Enable this to send e-mail to watchers of a repository when something happens, like creating issues.

Where that must be set to **true** in `app.ini` per [Configuration Cheat Sheet | Forgejo – Beyond coding. We forge.](https://forgejo.org/docs/v1.20/admin/config-cheat-sheet/#mailer-mailer) `ENABLE_NOTIFY_MAIL`: **false**: Enable this to send e-mail to watchers of a repository when something happens, like creating issues.
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: agaric/forgejo_helpers#1
No description provided.