-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmsmtprc
43 lines (40 loc) · 1.14 KB
/
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
40
41
42
43
account theos
host theos.kyriasis.com
port 587
protocol smtp
tls on
tls_starttls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
auth on
domain hydrogen.kyriasis.com
from [email protected]
user kyrias
passwordeval "pass show mail/[email protected]"
dsn_notify failure,delay
dsn_return full
account archlinux
host mail.archlinux.org
port 587
tls on
protocol smtp
tls on
tls_starttls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
auth on
domain hydrogen.kyriasis.com
from [email protected]
user demize
passwordeval "pass show mail/[email protected]"
dsn_notify failure,delay
dsn_return full
account jlgmail
host smtp.gmail.com
port 587
tls on
auth on
from [email protected]
user [email protected]
passwordeval "pass show mail/[email protected]"
tls_starttls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
account default : theos