19 lines
562 B
Text
19 lines
562 B
Text
|
# Set default values for all following accounts.
|
||
|
defaults
|
||
|
auth on
|
||
|
tls on
|
||
|
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
||
|
# logfile ~/.msmtp.log
|
||
|
|
||
|
# Gmail
|
||
|
account personal-gmail
|
||
|
host smtp.gmail.com
|
||
|
port 587
|
||
|
from marty.oehme@gmail.com
|
||
|
user marty.oehme@gmail.com
|
||
|
# password plain-text-password-goes-here
|
||
|
passwordeval "gpg --quiet --for-your-eyes-only --no-tty --decrypt $XDG_DATA_HOME/pass/misc/aerc-gmail-app-password.gpg"
|
||
|
|
||
|
# Set a default account
|
||
|
account default : personal-gmail
|