You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: