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
KN4CK3R 2b101994a6
Fix init mail render logic (#20704)
This bug affects tests which are sending emails (#20307). Some tests reinitialise the web routes (like `TestNodeinfo`) which messed up the mail templates. There is no reason why the templates should be loaded in the routes method.
2 years ago
..
mail.go Fix init mail render logic (#20704) 2 years ago
mail_comment.go Move issues related files into models/issues (#19931) 2 years ago
mail_issue.go Added email notification option to receive all own messages (#20179) 2 years ago
mail_release.go Refactor `i18n` to `locale` (#20153) 2 years ago
mail_repo.go Refactor `i18n` to `locale` (#20153) 2 years ago
mail_test.go Fix init mail render logic (#20704) 2 years ago
mailer.go Fix init mail render logic (#20704) 2 years ago
mailer_test.go refactoring nits (#18188) 3 years ago
main_test.go Use a struct as test options (#19393) 2 years ago