mutt-office365 icon indicating copy to clipboard operation
mutt-office365 copied to clipboard

Error when launching, cannot send mail

Open Mjolinir opened this issue 6 years ago • 1 comments

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.

Mjolinir avatar Feb 07 '19 21:02 Mjolinir

Here's what fixed it for me:

set smtp_authenticators="login"
set ssl_starttls = yes
set ssl_force_tls = yes

trasz avatar Mar 13 '20 22:03 trasz