summaryrefslogtreecommitdiffstats
path: root/services/mailer/mailer.go
Commit message (Expand)AuthorAgeFilesLines
* Improve queue and logger context (#24924)wxiaoguang2023-05-261-5/+7
* Rewrite queue (#24505)wxiaoguang2023-05-081-5/+4
* Add ntlm authentication support for mail (#23811)木木田2023-05-021-0/+32
* Prevent multiple `To` recipients (#22566)KN4CK3R2023-01-221-5/+5
* Add support for incoming emails (#22056)KN4CK3R2023-01-141-0/+4
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Correct the fallbacks for mailer configuration (#21945)zeripath2022-11-271-2/+2
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-13/+13
* Share HTML template renderers and create a watcher framework (#20218)zeripath2022-08-281-2/+3
* Fix init mail render logic (#20704)KN4CK3R2022-08-081-0/+3
* Rework mailer settings (#18982)Clar Fon2022-08-021-39/+56
* Set Setpgid on child git processes (#19865)zeripath2022-06-031-0/+1
* Pause queues (#15928)zeripath2022-01-221-1/+2
* format with gofumpt (#18184)65432022-01-201-7/+3
* Add option to convert CRLF to LF line endings for sendmail (#18075)zeripath2022-01-061-2/+9
* 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