From 975bc249f10b1684bf4371c0f0d9f32928113856 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Wed, 2 Nov 2022 10:28:17 +0000 Subject: [PATCH] mail: fix sending mail via xoauth2 --- msmtprc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msmtprc b/msmtprc index 1a9d24d..28c9617 100644 --- a/msmtprc +++ b/msmtprc @@ -21,7 +21,7 @@ account fpp host smtp.gmail.com port 587 protocol smtp -auth on +auth xoauth2 user samir@fppnt.com passwordeval "~/.config/mutt/mutt_oauth2.py ~/.cache/mutt_oauth2/samir@fppnt.com.tokens" from samir@fppnt.com -- 2.48.1