Describe the bug
I've been trying to configure the emailer through an office365 account, but regularly just get
ERRO[2023-09-07T22:26:32Z] Error reaching mailserver Error="LOGIN failed." Server="outlook.office365.com:993"
My mail profile seems fine, and the login works otherwise:
[[Profile]]
IgnoreDefaults = false
[Profile.Mail]
ImapServer = "outlook.office365.com:993"
Username = "my@outlook.com"
Password = "myPass"
ReadOnly = true
ImapTLS = false
StartTLS = true
GenerateLocalUIDs = false
I read that MS turned off basic auth for IMAP recently, could this be the reason? Anyone have any luck with this?
Describe the bug
I've been trying to configure the emailer through an office365 account, but regularly just get
ERRO[2023-09-07T22:26:32Z] Error reaching mailserver Error="LOGIN failed." Server="outlook.office365.com:993"My mail profile seems fine, and the login works otherwise:
I read that MS turned off basic auth for IMAP recently, could this be the reason? Anyone have any luck with this?