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

Featmap email doesn't work with office365 exchange online. #52

Open
lijun1234 opened this issue Oct 28, 2021 · 0 comments
Open

Featmap email doesn't work with office365 exchange online. #52

lijun1234 opened this issue Oct 28, 2021 · 0 comments

Comments

@lijun1234
Copy link

lijun1234 commented Oct 28, 2021

Line 61 in email.go uses smtp.PlainAuth. This authentication type has been disabled by microsoft office 365 exchange online.
61 smtp.PlainAuth("", smtpUser, smtpPass, smtpServer),

Please consider more secure way to achieve the smtp authentication so featmap email function will work with modern smtp server.
https://pkg.go.dev/net/smtp

@lijun1234 lijun1234 changed the title Featmap email won't work with office365 exchange online. Featmap email doesn't work with office365 exchange online. Oct 28, 2021
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

No branches or pull requests

1 participant