-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.msmtprc
50 lines (44 loc) · 1.56 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
44
45
46
47
48
49
50
# Set default values for all following accounts.
defaults
auth on
tls on
logfile ~/.msmtp.log
# Bmail ([email protected])
account bmail
host smtp.gmail.com
port 587
tls_certcheck off
from [email protected]
user [email protected]
passwordeval "security find-generic-password -s emacs-email -a [email protected] -w"
# Bmail alias
account bmail.cs : bmail
from [email protected]
account bmail.eecs : bmail
from [email protected]
# Gmail ([email protected])
account [email protected]
host smtp.gmail.com
port 587
tls_certcheck off
from [email protected]
user [email protected]
passwordeval "security find-generic-password -s emacs-email -a [email protected] -w"
# Gmail ([email protected])
account [email protected]
host smtp.gmail.com
port 587
tls_certcheck off
from [email protected]
user [email protected]
passwordeval "security find-generic-password -s emacs-email -a [email protected] -w"
# Gmail ([email protected])
account [email protected]
host smtp.gmail.com
port 587
tls_certcheck off
from [email protected]
user [email protected]
passwordeval "security find-generic-password -s emacs-email -a [email protected] -w"
# Set a default account
account default : [email protected]