summary refs log tree commit diff stats
path: root/user/msmtp/.msmtprc
blob: da5c5daf3364e4a9ba5569e9bc9f978f35165647 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Set default values for all following accounts.
defaults
auth           on
tls            on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
logfile        ~/.local/log/msmtp.log

account        satoshipay
host           smtp.gmail.com
from           alan@satoshipay.io
user           alan@satoshipay.io
port           465
tls_starttls   off
passwordeval   keyring get satoshipay-google-mail alan@satoshipay.io

# Set a default account
account default : satoshipay