Skip to content

Commit 95fd056

Browse files
committed
msmtprc: add config template
1 parent aab3774 commit 95fd056

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

msmtprc-dist

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Global
2+
defaults
3+
protocol smtp
4+
auth on
5+
tls on
6+
tls_starttls on
7+
tls_trust_file /opt/homebrew/etc/openssl/cert.pem
8+
logfile ~/Library/Logs/msmtp.log
9+
10+
# Gmail
11+
account gmail
12+
host smtp.gmail.com
13+
port 587
14+
from __GMAIL__
15+
user __GMAIL__
16+
passwordeval security find-internet-password -w -a __GMAIL__ -s smtp.gmail.com
17+
18+
account default : gmail

0 commit comments

Comments
 (0)