Re: mutt / sending e-mail (was: adding OAuth)
Claus Assmann <[email protected]> Sat, 2 Jun 2018 05:49:40 -0700
| Newsgroups | gmane.comp.security.cyrus.sasl |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Jun 01, 2018, [email protected] 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://[email protected]:587/ So if mutt implements OAuth, it can use it directly. Maybe you should switch to that MUA? :-)