mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
Add example msmtprc
(imported from commit 8fd934f6439b92c0b86e9db3bb56fdbab3e60a14)
This commit is contained in:
18
tools/msmtprc.example
Normal file
18
tools/msmtprc.example
Normal file
@@ -0,0 +1,18 @@
|
||||
# Copy this file to ~/.msmtprc, then add your Humbug Mail
|
||||
# address and password here.
|
||||
|
||||
from you@humbughq.com
|
||||
user you@humbughq.com
|
||||
password foobarbadpassword
|
||||
|
||||
host smtp.gmail.com
|
||||
port 587
|
||||
auth on
|
||||
|
||||
protocol smtp
|
||||
|
||||
maildomain humbughq.com
|
||||
domain humbughq.com
|
||||
|
||||
tls on
|
||||
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
||||
Reference in New Issue
Block a user