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.
2022-08-08 20:04:28 +02:00
..
mail.go Fix init mail render logic (#20704) 2022-08-08 20:04:28 +02:00
mail_comment.go
mail_issue.go Added email notification option to receive all own messages (#20179) 2022-07-28 16:30:12 +08:00
mail_release.go Refactor i18n to locale (#20153) 2022-06-27 15:58:46 -05:00
mail_repo.go Refactor i18n to locale (#20153) 2022-06-27 15:58:46 -05:00
mail_test.go Fix init mail render logic (#20704) 2022-08-08 20:04:28 +02:00
mailer.go Fix init mail render logic (#20704) 2022-08-08 20:04:28 +02:00
mailer_test.go
main_test.go