This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/services/mailer
zeripath 45c836badc
Do not send notification emails to inactive users (#19131) (#19139)
Backport #19131
Backport #19142

Emails should not be sent to inactive users except for Activate and ResetPassword
messages.

Fix #18950

Signed-off-by: Andrew Thornton <art27@cantab.net>
2022-03-19 18:33:32 +00:00
..
mail.go Do not send notification emails to inactive users (#19131) (#19139) 2022-03-19 18:33:32 +00:00
mail_comment.go
mail_issue.go Do not send notification emails to inactive users (#19131) (#19139) 2022-03-19 18:33:32 +00:00
mail_release.go Unify and simplify TrN for i18n (#18141) 2022-01-02 04:33:57 +01:00
mail_repo.go Do not send notification emails to inactive users (#19131) (#19139) 2022-03-19 18:33:32 +00:00
mail_test.go Prevent merge messages from being sorted to the top of email chains (#18566) (#18588) 2022-02-04 08:30:36 +00:00
mailer.go Add option to convert CRLF to LF line endings for sendmail (#18075) 2022-01-06 01:43:45 +01:00
mailer_test.go refactoring nits (#18188) 2022-01-05 07:27:53 +01:00
main_test.go