From 729d546d9d93e62d34011b14daa629cf823d9aa9 Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Tue, 20 Mar 2018 21:33:28 -0500 Subject: Clarify location of Procfile for mail_room --- doc/development/emails.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/development/emails.md b/doc/development/emails.md index 677029b1295..aee95dd0260 100644 --- a/doc/development/emails.md +++ b/doc/development/emails.md @@ -60,7 +60,7 @@ See the [Rails guides] for more info. As mentioned, the part after `+` is ignored, and this will end up in the mailbox for `gitlab-incoming@gmail.com`. -1. Uncomment the `mail_room` line in your `Procfile`: +1. Uncomment the `mail_room` line in your `Procfile` (here in the app, not in the GDK root): ```yaml mail_room: bundle exec mail_room -q -c config/mail_room.yml -- cgit v1.2.1