Skip to content

Use Golang net/smtp instead of gomail's smtp to send email (#36055)#36083

Merged
silverwind merged 2 commits into
go-gitea:release/v1.25from
GiteaBot:backport-36055-v1.25
Dec 4, 2025
Merged

Use Golang net/smtp instead of gomail's smtp to send email (#36055)#36083
silverwind merged 2 commits into
go-gitea:release/v1.25from
GiteaBot:backport-36055-v1.25

Conversation

@GiteaBot
Copy link
Copy Markdown
Collaborator

@GiteaBot GiteaBot commented Dec 4, 2025

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.

…36055)

Replace go-gitea#36032
Fix go-gitea#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: Giteabot <teabot@gitea.io>
@GiteaBot GiteaBot added this to the 1.25.3 milestone Dec 4, 2025
@GiteaBot GiteaBot added the lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. label Dec 4, 2025
@GiteaBot GiteaBot added lgtm/need 1 This PR needs approval from one additional maintainer to be merged. and removed lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. labels Dec 4, 2025
@GiteaBot GiteaBot added lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. and removed lgtm/need 1 This PR needs approval from one additional maintainer to be merged. labels Dec 4, 2025
@silverwind silverwind enabled auto-merge (squash) December 4, 2025 18:30
@silverwind silverwind added the reviewed/wait-merge This pull request is part of the merge queue. It will be merged soon. label Dec 4, 2025
@silverwind silverwind merged commit 0ab4470 into go-gitea:release/v1.25 Dec 4, 2025
26 checks passed
@GiteaBot GiteaBot removed the reviewed/wait-merge This pull request is part of the merge queue. It will be merged soon. label Dec 4, 2025
@xnox xnox mentioned this pull request Dec 7, 2025
@go-gitea go-gitea locked as resolved and limited conversation to collaborators Mar 4, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. type/bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants