forgejo/services/mailer
KN4CK3R 2b101994a6
Fix init mail render logic ()
This bug affects tests which are sending emails (). 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.
2022-08-08 20:04:28 +02:00
..
mail.go Fix init mail render logic () 2022-08-08 20:04:28 +02:00
mail_comment.go Move issues related files into models/issues () 2022-06-13 17:37:59 +08:00
mail_issue.go Added email notification option to receive all own messages () 2022-07-28 16:30:12 +08:00
mail_release.go Refactor i18n to locale () 2022-06-27 15:58:46 -05:00
mail_repo.go Refactor i18n to locale () 2022-06-27 15:58:46 -05:00
mail_test.go Fix init mail render logic () 2022-08-08 20:04:28 +02:00
mailer.go Fix init mail render logic () 2022-08-08 20:04:28 +02:00
mailer_test.go refactoring nits () 2022-01-05 07:27:53 +01:00
main_test.go Use a struct as test options () 2022-04-14 21:58:21 +08:00