Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: Replace go-gomail/gomail with wneessen/go-mail #4840

Open
wneessen opened this issue Jul 3, 2024 · 2 comments · Fixed by #4867
Open

Chore: Replace go-gomail/gomail with wneessen/go-mail #4840

wneessen opened this issue Jul 3, 2024 · 2 comments · Fixed by #4867
Assignees
Labels
kind/feature New feature or request response-expired

Comments

@wneessen
Copy link
Contributor

wneessen commented Jul 3, 2024

What is the problem this feature will solve?

I've noticed that https://github.com/labring/sealos/blob/main/controllers/account/controllers/utils/email.go is using https://github.com/go-gomail/gomail for sending SMTP mails. go-mail/gomail is not actively maintained anymore and hasn't seen an update/response to an issue by the maintainer/merged PR in more than 6-7 years.

If you have solution,please describe it

I am the maintainer of https://github.com/wneessen/go-mail which is pretty similar to go-mail/gomail but actively maintained and following modern standards and idiomatic Go. If there is any interest, I am willing to replace go-gomail/gomail in email.go to wneessen/go-mail.

Let me know if a PR is of interest.

What alternatives have you considered?

N/A

@wneessen wneessen added the kind/feature New feature or request label Jul 3, 2024
@bxy4543 bxy4543 assigned wneessen and unassigned wneessen Jul 5, 2024
@bxy4543
Copy link
Member

bxy4543 commented Jul 5, 2024

Thanks for providing

Copy link

stale bot commented Sep 27, 2024

This issue has been automatically closed because we haven't heard back for more than 60 days, please reopen this issue if necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request response-expired
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants