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

golang std lib: stmp no auth LOGIN #104

Open
exfly opened this issue Mar 12, 2020 · 1 comment · May be fixed by #103
Open

golang std lib: stmp no auth LOGIN #104

exfly opened this issue Mar 12, 2020 · 1 comment · May be fixed by #103

Comments

@exfly
Copy link

exfly commented Mar 12, 2020

Our company's private mail server uses AUTH LOGIN. There is no such AUTH LOGIN in go std lib: stmp. Later people will deal with this problem repeatedly, which is very inefficient.

To fix this, submitted a mr #103

@exfly exfly linked a pull request Mar 12, 2020 that will close this issue
@xhit
Copy link

xhit commented Mar 17, 2020

Your Pull Request is the auth in std library adapted for gomail. This package doesn't use any std package embedded, so adapt the auth.go file require others auth types like CRAM-MD5 and Plain Auth and adapt email.go file for use auth.go instead auth.go file in "net/smtp"

The package go-simple-mail https://github.com/xhit/go-simple-mail resolves this issue. Feel free to use the method in this package for implement auth LOGIN in jordan-wright email package

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants