ork / mutt-office365

A mutt configuration file ready for Office 365
308 stars 56 forks source link

Error when launching, cannot send mail #24

Open Mjolinir opened 5 years ago

Mjolinir commented 5 years ago

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.

trasz commented 4 years ago

Here's what fixed it for me:

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