all repos — dotfiles @ 24c4964b3ec11cfba6d0169e6fbc12fa31ee3d44

Superseded by nixfiles

msmtp/.msmtprc (view raw)

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   pass satoshipay/google/app-mail

# Set a default account
account default : satoshipay