summaryrefslogtreecommitdiffstats
path: root/services/mailer/mailer.go
Commit message (Expand)AuthorAgeFilesLines
* allways set a message-id on mails (#17900)Garionion2021-12-081-0/+16
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-301-7/+4
* Add settings to allow different SMTP envelope from address (#17479)zeripath2021-11-191-3/+14
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-1/+1
* [refactor] mailer service (#15072)65432021-04-021-3/+6
* Sendmail should create a process on the gitea system and have a default timeo...zeripath2020-05-031-1/+13
* Switch to use -f instead of -F for sendmail (#9961)zeripath2020-01-241-1/+1
* Move mailer to use a queue (#9789)zeripath2020-01-161-31/+59
* Rewrite delivery of issue and comment mails (#9009)guillep2k2019-11-181-1/+10
* Move all mail related codes from models to services/mailer (#7200)Lunny Xiao2019-09-241-0/+303