forked from bohoomil/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmsmtprc
42 lines (41 loc) · 757 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
40
41
42
##account1
account account1
host smtp.gmail.com
port 587
protocol smtp
auth on
from [email protected]
user mail1
password xxxxxxxxxx
tls on
tls_starttls on
# certificate
tls_trust_file /home/bohoomil/.mutt/certificates/Equifax_Secure_CA.crt
#account default: mail1
##account2
account account2
host smtp.gmail.com
port 587
protocol smtp
auth on
from [email protected]
user mail2
password xxxxxxxxxx
tls on
tls_starttls on
##certificate
tls_trust_file /home/bohoomil/.mutt/certificates/Equifax_Secure_CA.crt
##account3
account account3
host smtp.gmail.com
port 587
protocol smtp
auth on
from [email protected]
user mail3
password xxxxxxxxxx
tls on
tls_starttls on
##certificate
tls_trust_file /home/bohoomil/.mutt/certificates/Equifax_Secure_CA.crt
# vim:ft=msmtp