-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy path.msmtprc
33 lines (29 loc) · 825 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
# 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 [email protected]
user [email protected]
passwordeval "pass mbsync/[email protected]"
# NUS Hackers
account nushackers
host smtp.gmail.com
port 587
from [email protected]
user [email protected]
passwordeval "pass mbsync/[email protected]"
# NUS
account nus
host smtp.office365.com
port 587
from [email protected]
user [email protected]
passwordeval "pass nus/e0036913"
# Set a default account
account default : gmail