Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-08-21 00:03:04 +0300
committerDouwe Maan <douwe@gitlab.com>2015-08-21 00:03:04 +0300
commit123af7856167f01ac0a7873bca1ef2cbb835e3b5 (patch)
tree22f6ec3e3be51e6e6d2402788fb2dd19ed792f1d /doc
parent48e25a019a7dacbadeb3a49ed96e41d2c2241feb (diff)
Add gitlab:reply_by_email:check rake task.
Diffstat (limited to 'doc')
-rw-r--r--doc/reply_by_email/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/reply_by_email/README.md b/doc/reply_by_email/README.md
index e168e9a17e4..1a0ce79bc5b 100644
--- a/doc/reply_by_email/README.md
+++ b/doc/reply_by_email/README.md
@@ -93,6 +93,12 @@ In this example, we'll use the Gmail address `gitlab-replies@gmail.com`. If you'
sudo service gitlab restart
```
+7. Check if everything is configured correctly
+
+ ```sh
+ sudo bundle exec rake gitlab:reply_by_email:check RAILS_ENV=production
+ ```
+
8. Reply by email should now be working.
Note: If you're running GitLab in development mode and using `foreman`, make sure to also uncomment the `mail_room` line in your `Procfile`.