diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-08-20 14:03:04 -0700 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-08-20 14:03:04 -0700 |
commit | 123af7856167f01ac0a7873bca1ef2cbb835e3b5 (patch) | |
tree | 22f6ec3e3be51e6e6d2402788fb2dd19ed792f1d /doc | |
parent | 48e25a019a7dacbadeb3a49ed96e41d2c2241feb (diff) | |
download | gitlab-ce-123af7856167f01ac0a7873bca1ef2cbb835e3b5.tar.gz |
Add gitlab:reply_by_email:check rake task.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reply_by_email/README.md | 6 |
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`. |