-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.msmtprc
37 lines (33 loc) · 969 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
defaults
auth on
tls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
account prive
tls_starttls off
host vps.paretje.be
port 465
from [email protected]
user [email protected]
passwordeval "pass show email/[email protected]"
account ugent
tls_starttls on
host smtp.ugent.be
port 587
from [email protected]
user kmvelghe
passwordeval "pass show email/[email protected]"
account ugent-office365
tls_starttls on
host smtp.office365.com
port 587
from [email protected]
user [email protected]
auth xoauth2
passwordeval "oauth2ms"
set_from_header on
account ionbot-support
host smtp-auth.mailprotect.be
port 2525
from [email protected]
user [email protected]
passwordeval "pass show email/[email protected]"