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
guillep2k 08ae6bb7ed Rewrite delivery of issue and comment mails (#9009)
* Mail issue subscribers, rework the function

* Simplify a little more

* Fix unused variable

* Refactor mail delivery to avoid heavy load on server

* Avoid splitting into too many goroutines

* Fix comments and optimize GetMaileableUsersByIDs()

* Fix return on errors
5 years ago
..
mail.go Rewrite delivery of issue and comment mails (#9009) 5 years ago
mail_comment.go Rewrite delivery of issue and comment mails (#9009) 5 years ago
mail_issue.go Rewrite delivery of issue and comment mails (#9009) 5 years ago
mail_test.go Rewrite delivery of issue and comment mails (#9009) 5 years ago
mailer.go Rewrite delivery of issue and comment mails (#9009) 5 years ago
main_test.go Move all mail related codes from models to services/mailer (#7200) 5 years ago