aboutsummaryrefslogtreecommitdiffstats
path: root/services/mailer/mail_issue.go
Commit message (Expand)AuthorAgeFilesLines
* Send registration email on user autoregistration (#16523)zeripath2021-08-121-0/+6
* Improve notifications for WIP draft PR's (#14663)Jimmy Praet2021-06-231-5/+7
* Don't manipulate input params in email notification (#16011)Jimmy Praet2021-05-301-1/+7
* Add email headers (#15939)KN4CK3R2021-05-221-2/+2
* Refactor renders (#15175)Lunny Xiao2021-04-191-1/+5
* [refactor] mailer service (#15072)65432021-04-021-48/+47
* fix mailIssueCommentBatch for pull request (#14252)a10121127962021-01-091-1/+5
* Send notifications for mentions in pulls, issues, (code-)comments (#14218)Jimmy Praet2021-01-021-21/+13
* Make sure email recipients can see issue (#13820)John Olheiser2020-12-031-1/+11
* Fix "only mail on mention" bug (#12775)赵智超2020-09-091-1/+1
* [BugFix] Avoid mailing explicit unwatched (#10475)65432020-02-271-1/+9
* Rewrite delivery of issue and comment mails (#9009)guillep2k2019-11-181-71/+91
* Use templates for issue e-mail subject and body (#8329)guillep2k2019-11-071-30/+6
* Mail assignee when issue/pull request is assigned (#8546)David Svantesson2019-10-251-4/+0
* Rewrite reference processing code in preparation for opening/closing from com...guillep2k2019-10-131-2/+2
* Ignore mentions for users with no access (#8395)guillep2k2019-10-101-3/+10
* Move all mail related codes from models to services/mailer (#7200)Lunny Xiao2019-09-241-0/+159