Commit 6c6aa916 authored by John Hope's avatar John Hope Committed by Marcin Sedlak-Jakubowski

Update incoming email docs to clarify key use

parent 22517199
...@@ -54,9 +54,12 @@ See the [Rails guides](https://guides.rubyonrails.org/action_mailer_basics.html# ...@@ -54,9 +54,12 @@ See the [Rails guides](https://guides.rubyonrails.org/action_mailer_basics.html#
incoming_email: incoming_email:
enabled: true enabled: true
# The email address including the %{key} placeholder that will be replaced to reference the item being replied to. This %{key} should be included in its entirety within the email address and not replaced by another value. # The email address including the %{key} placeholder that will be replaced to reference the
# For example: emailadress+%key@gmail.com. # item being replied to. This %{key} should be included in its entirety within the email
# The placeholder can be omitted but if present, it must appear in the "user" part of the address (before the `@`). # address and not replaced by another value.
# For example: emailadress+%{key}@gmail.com.
# The placeholder must appear in the "user" part of the address (before the `@`). It can be omitted but some features,
# including Service Desk, may not work properly.
address: "gitlab-incoming+%{key}@gmail.com" address: "gitlab-incoming+%{key}@gmail.com"
# Email account username # Email account username
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment