mutt-office365
mutt-office365 copied to clipboard
Error when launching, cannot send mail
Hopefully this project isnt dead. I get the following error when launching mutt:
SSL/TLS connection using TLS1.2 (ECDHE-RSA/AES-256-GCM/AEAD)[SASL-XOAUTH2] - Requesting authID![SASL-XOAUTH2] - Requesting token ![SASL-XOAUTH2] - _plug_get_simple FAILED
I can still see and read mail, but cannot send any. Hopefully this error is why, bit Im not sure what needs adjusted.
Here's what fixed it for me:
set smtp_authenticators="login"
set ssl_starttls = yes
set ssl_force_tls = yes