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:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-02-08 03:14:26 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-02-08 03:14:26 +0300
commit00a0d08538c0f4786671c58ae64a9110c45dbfe1 (patch)
tree67ba645719e8674941d83f6855edcade78ced051 /doc/development/emails.md
parent2001877ccc364c9e0387d821beb7acffd5413a3c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/emails.md')
-rw-r--r--doc/development/emails.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/development/emails.md b/doc/development/emails.md
index fd1299dcead..5361282334f 100644
--- a/doc/development/emails.md
+++ b/doc/development/emails.md
@@ -89,6 +89,8 @@ See the [Rails guides](https://guides.rubyonrails.org/action_mailer_basics.html#
As mentioned, the part after `+` is ignored, and this message is sent to the mailbox for `gitlab-incoming@gmail.com`.
+1. Read the [MailRoom Gem updates](#mailroom-gem-updates) section for more details before you proceed to make sure you have the right version of MailRoom installed. In summary, you need to update the `gitlab-mail_room` version in the `Gemfile` to the latest `gitlab-mail_room` temporarily and run `bundle install`. **Do not commit** this change as it's a temporary workaround.
+
1. Run this command in the GitLab root directory to launch `mail_room`:
```shell