diff options
Diffstat (limited to '.config/msmtp/config')
| -rw-r--r-- | .config/msmtp/config | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.config/msmtp/config b/.config/msmtp/config index 4a5a9d2..8fbcdc1 100644 --- a/.config/msmtp/config +++ b/.config/msmtp/config @@ -14,12 +14,11 @@ passwordeval "gpg --quiet --for-your-eyes-only --no-tty --decrypt ~/.mbsyncpassg # suse.com account comsuse -host smtp.office365.com +host smtp.gmail.com port 587 -auth xoauth2 from msabate@suse.com -user msabate@suse.com -passwordeval ~/bin/mutt_oauth2.py /home/backup/mail/comsuse/sessionfile +user msabate +passwordeval "gpg --quiet --for-your-eyes-only --no-tty --decrypt ~/.mbsyncpasssusecom.gpg" # suse.de account desuse |
