Commit 7fb32c35 authored by Jan Provaznik's avatar Jan Provaznik

Merge branch 'jh-incoming-email-example' into 'master'

Give example of incoming email address with key

See merge request gitlab-org/gitlab!57865
parents c30fc3d8 c0f8c7f7
......@@ -220,8 +220,11 @@ Example for source installs:
incoming_email:
enabled: true
# The email address including the `%{key}` placeholder that will be replaced to reference the item being replied to.
# The placeholder can be omitted but if present, it must appear in the "user" part of the address (before the `@`).
# 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.
# For example: emailadress+%{key}@gmail.com.
# The placeholder must appear in the "user" part of the address (before the `@`).
address: "incoming+%{key}@gitlab.example.com"
# 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