1
1
mirror of https://github.com/go-gitea/gitea.git synced 2026-03-11 11:38:24 +01:00
gitea/services/mailer/sender
wxiaoguang 1e72b15639
Fix various bugs (#36139)
* Fix #35768
* Fix #36064
* Fix #36051
* Fix cherry-pick panic
2025-12-12 18:56:05 +00:00
..
dummy.go Split mail sender sub package from mailer service package (#32618) 2024-11-30 01:15:41 +00:00
main_test.go Use new mail package instead of an unmintained one (#32682) 2024-12-05 06:33:43 +08:00
message_test.go Run gopls modernize on codebase (#34751) 2025-06-18 01:48:09 +00:00
message.go Refactor "string truncate" (#32984) 2024-12-26 11:56:03 +08:00
sender.go Fix various bugs (#36139) 2025-12-12 18:56:05 +00:00
sendmail.go Use Golang net/smtp instead of gomail's smtp to send email (#36055) 2025-12-04 08:35:53 +00:00
smtp_auth.go Use Golang net/smtp instead of gomail's smtp to send email (#36055) 2025-12-04 08:35:53 +00:00
smtp_test.go Use Golang net/smtp instead of gomail's smtp to send email (#36055) 2025-12-04 08:35:53 +00:00
smtp.go Use Golang net/smtp instead of gomail's smtp to send email (#36055) 2025-12-04 08:35:53 +00:00