gitea/services/mailer/sender
Giteabot 0ab447005d
Use Golang net/smtp instead of gomail's smtp to send email (#36055) (#36083)
Backport #36055 by @lunny

Replace #36032
Fix #36030

This PR use `net/smtp` instead of gomail's smtp. Now
github.com/wneessen/go-mail will be used only for generating email
message body.

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2025-12-04 18:58:01 +07:00
..
dummy.go
main_test.go
message.go Refactor "string truncate" (#32984) 2024-12-26 11:56:03 +07:00
message_test.go Run `gopls modernize` on codebase (#34751) 2025-06-18 01:48:09 +07:00
sender.go
sendmail.go Use Golang net/smtp instead of gomail's smtp to send email (#36055) (#36083) 2025-12-04 18:58:01 +07:00
smtp.go Use Golang net/smtp instead of gomail's smtp to send email (#36055) (#36083) 2025-12-04 18:58:01 +07:00
smtp_auth.go Use Golang net/smtp instead of gomail's smtp to send email (#36055) (#36083) 2025-12-04 18:58:01 +07:00
smtp_test.go Use Golang net/smtp instead of gomail's smtp to send email (#36055) (#36083) 2025-12-04 18:58:01 +07:00