forked from shapeshed/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
msmtprc
39 lines (36 loc) · 847 Bytes
/
msmtprc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
account shapeshed
host smtp.gmail.com
from [email protected]
user [email protected]
passwordeval pass show email/tokens/shapeshed.com
auth on
tls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
port 587
account pebblecode
host smtp.gmail.com
from [email protected]
user [email protected]
passwordeval pass show email/tokens/pebblecode.com
auth on
tls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
port 587
account gmail
host smtp.gmail.com
from [email protected]
user [email protected]
passwordeval pass show email/tokens/gmail.com
auth on
tls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
port 587
account clearmatics
host smtp.gmail.com
from [email protected]
user [email protected]
passwordeval pass show email/tokens/clearmatics.com
auth on
tls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
port 587