all repos — dotfiles @ 42b99d39b9f8901e90191651a3f3bb6311f1bf0e

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