Open MrChadMWood opened 9 months ago
The problem is that ntfy only supports AUTH PLAIN right now, and Microsoft 365 Outlook only supports AUTH LOGIN right now.
If you're so inclined, you can look at the steps here to fix it: https://github.com/binwiederhier/ntfy/issues/930
:lady_beetle: Describe the bug Email authentication fails with Microsoft 365 Outlook SMTP using STARTTLS encryption,
:computer: Components impacted Server-side
:bulb: Screenshots and/or logs
At first I attempted to connect as described in Microsofts documentation:
After that, I attempted using the legacy smtp endpoint as documented here.
smtp-sender-addr: "smtp-legacy.office365.com:587"
In either case it fails with the errors provided.
:crystal_ball: Additional context Stack Exchange