blob: 3ccf8c9e2c9d3268cb10f79453628e0f03f933e2 (
plain) (
blame)
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 ~/.msmtp.log
# Gmail
account gmail
host smtp.gmail.com
port 587
from tharre3@gmail.com
user tharre3@gmail.com
passwordeval "~/.req_pwd.sh email/tharre3@gmail.com"
# Set a default account
account default : gmail
|