mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
Update msmtprc for new zulip.com email addresses.
(imported from commit bb1e36193382b87c4426bdf259257468d30de70a)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# Copy this file to ~/.msmtprc, then add your Humbug Mail
|
||||
# address and password here.
|
||||
|
||||
from you@humbughq.com
|
||||
user you@humbughq.com
|
||||
from you@zulip.com
|
||||
user you@zulip.com
|
||||
password foobarbadpassword
|
||||
|
||||
host smtp.gmail.com
|
||||
@@ -11,8 +11,8 @@ auth on
|
||||
|
||||
protocol smtp
|
||||
|
||||
maildomain humbughq.com
|
||||
domain humbughq.com
|
||||
maildomain zulip.com
|
||||
domain zulip.com
|
||||
|
||||
tls on
|
||||
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
||||
|
||||
Reference in New Issue
Block a user