From 123af7856167f01ac0a7873bca1ef2cbb835e3b5 Mon Sep 17 00:00:00 2001 From: Douwe Maan Date: Thu, 20 Aug 2015 14:03:04 -0700 Subject: Add gitlab:reply_by_email:check rake task. --- doc/reply_by_email/README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') 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`. -- cgit v1.2.3