forgejo/services/mailer
6543 8798e3a098
Use TrN helper for email templates (#16425)
* Add TrN helper

* use TrN

* a nit
2021-07-14 15:06:09 +02:00
..
mail.go Use TrN helper for email templates (#16425) 2021-07-14 15:06:09 +02:00
mail_comment.go Don't manipulate input params in email notification (#16011) 2021-05-30 10:38:38 +01:00
mail_issue.go Improve notifications for WIP draft PR's (#14663) 2021-06-23 00:14:22 -04:00
mail_release.go Use TrN helper for email templates (#16425) 2021-07-14 15:06:09 +02:00
mail_repo.go Use TrN helper for email templates (#16425) 2021-07-14 15:06:09 +02:00
mail_test.go Add email headers (#15939) 2021-05-22 14:47:16 +08:00
mailer.go Fix various documentation, user-facing, and source comment typos (#16367) 2021-07-08 13:38:13 +02:00
main_test.go