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/services/mailer
sebastian-sauer e116ad4500
Load reviewer before sending notification (#27063)
The
[template](https://github.com/go-gitea/gitea/blob/main/templates/mail/issue/default.tmpl#L51)
uses the Reviewer.Name property - this was not loaded.

Fixes #27035
10 months ago
..
incoming Replace `interface{}` with `any` (#25686) 1 year ago
token Use minio/sha256-simd for accelerated SHA256 (#23052) 1 year ago
mail.go Replace `interface{}` with `any` (#25686) 1 year ago
mail_comment.go Implement FSFE REUSE for golang files (#21840) 2 years ago
mail_issue.go Implement FSFE REUSE for golang files (#21840) 2 years ago
mail_release.go Replace `interface{}` with `any` (#25686) 1 year ago
mail_repo.go Replace `interface{}` with `any` (#25686) 1 year ago
mail_team_invite.go Team invite url fix when registration disabled (#26950) 11 months ago
mail_test.go Add support for incoming emails (#22056) 2 years ago
mailer.go Move notification interface to services layer (#26915) 11 months ago
mailer_test.go Prevent multiple `To` recipients (#22566) 2 years ago
main_test.go move repository deletion to service layer (#26948) 11 months ago
notify.go Load reviewer before sending notification (#27063) 10 months ago