On Fri, Jun 01, 2018, russellb...@gmail.com wrote: > I may misunderstand: I think mutt and all those other scripts > call sendmail (or whatever resident SMTP server) to send messages. Am > I wrong?
It's configurable. See the fine mutt documentation. set smtp_authenticators="GSSAPI:NTLM" set smtp_url=smtp://u...@your.isp.msa:587/ So if mutt implements OAuth, it can use it directly. Maybe you should switch to that MUA? :-)