summaryrefslogtreecommitdiff
path: root/.msmtprc
blob: c21775da7ada6911f350911c75456e294b4afe8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
defaults
tls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
logfile ~/.msmtp.log

account gmail
host smtp.gmail.com
port 587
from mattst88@gmail.com
auth on
user mattst88
passwordeval "gpg --quiet --for-your-eyes-only --no-tty -d ~/.password-store/email/msmtp-mattst88@gmail.com.gpg"

account gentoo
host smtp.gentoo.org
port 587
from mattst88@gentoo.org
auth on
user mattst88

account default : gmail