tobychui / zoraxy

A general purpose HTTP reverse proxy and forwarding tool. Now written in Go!
https://zoraxy.aroz.org
GNU Affero General Public License v3.0
3.1k stars 188 forks source link

[BUG]SMTP & M365 Unrecognized authentication type #312

Open jgruber96 opened 2 months ago

jgruber96 commented 2 months ago

Describe the bug When inputing SMTP info, upon hitting 'Test SMTP Configs', it errors out

To Reproduce Steps to reproduce the behavior:

  1. Go to '.Utilities'
  2. Click on 'Forgot Password Email'
  3. Enter SMTP info (in my case, M365 account)
  4. Hit test config
  5. error says '504 5.7.4 Unrecognized authentication type'

Expected behavior Upon hitting test config, I expected it to test correctly.

Screenshots Screenshot 2024-09-19 at 7 56 47 AM

Browser (if it is a bug appears on the UI section of the system):

Host Environment (please complete the following information):

tobychui commented 2 months ago

Have you tried using the smtp-legacy.office365.com endpoint instead? See here

jgruber96 commented 2 months ago

Have you tried using the smtp-legacy.office365.com endpoint instead? See here

Tried that, still getting the same error.