send_test_email: Send email from NOREPLY address as well.

Tweaked by tabbott to also set different subject lines, to make it
easier to see that one got 2 emails.
This commit is contained in:
Sampriti Panda
2018-05-27 23:43:23 +05:30
committed by Tim Abbott
parent 08d7e113db
commit 018a33ff7c
2 changed files with 10 additions and 6 deletions

View File

@@ -104,7 +104,9 @@ su zulip
```
If it doesn't throw an error, it probably worked; you can confirm by
checking your email.
checking your email. You should get two emails: One sent by a the
default From address for your Zulip server, and one sent by the
"noreply" From address.
If it doesn't work, check these common failure causes:
@@ -112,6 +114,9 @@ If it doesn't work, check these common failure causes:
firewall rules. Check whether the port `EMAIL_PORT` is blocked in
your hosting provider's firewall.
* Your SMTP server's permissions might not allow the email account
you're using to send email from the `noreply` email address.
* Make sure you set the password in `/etc/zulip/zulip-secrets.conf`.
* Check the username and password for typos.