You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/modules/notification
flozzone a39287cd4e
Send mail to issue/pr assignee/reviewer also when OnMention is set (#18707)
I want to address #17892, where emails notifications are not sent to assignees (issue and PR) and reviewers (PR) when they have the email setting Only email on mention enabled.

From the user experience perspective, when a user gets a issue/PR assigned or a PR review request, he/she would expect to be implicitly mentioned since the assignment or request is personal and targeting a single person only. Thus I see #17892 as a bug. Could we therefore mark this ticket as such?

The changed code just explicitly checks for the EmailNotificationsOnMention setting beside the existing EmailNotificationsEnabled check. Too rude?

@lunny mentioned a mock mail server for tests, is there something ready. How could I make use of it?

#12774 (comment)

Fix #17892
2 years ago
..
action format with gofumpt (#18184) 2 years ago
base format with gofumpt (#18184) 2 years ago
indexer format with gofumpt (#18184) 2 years ago
mail Send mail to issue/pr assignee/reviewer also when OnMention is set (#18707) 2 years ago
ui Pause queues (#15928) 2 years ago
webhook format with gofumpt (#18184) 2 years ago
notification.go format with gofumpt (#18184) 2 years ago