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
diff options
context:
space:
mode:
Diffstat (limited to 'doc/reply_by_email/README.md')
-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`.