Skip to content

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

Description

@lijun1234

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions