Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
c23cee34
Commit
c23cee34
authored
Dec 03, 2020
by
Rachel Gottesman
Committed by
Marcin Sedlak-Jakubowski
Dec 03, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix future tense issues
parent
83b25c71
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
10 deletions
+16
-10
doc/administration/reply_by_email.md
doc/administration/reply_by_email.md
+16
-10
No files found.
doc/administration/reply_by_email.md
View file @
c23cee34
...
...
@@ -15,34 +15,40 @@ replying to notification emails.
Make sure
[
incoming email
](
incoming_email.md
)
is set up.
## How it works
?
## How it works
### 1. GitLab sends a notification email
Replying by email happens in three steps:
1.
GitLab sends a notification email.
1.
You reply to the notification email.
1.
GitLab receives your reply to the notification email.
### GitLab sends a notification email
When GitLab sends a notification and Reply by email is enabled, the
`Reply-To`
header is set to the address defined in your GitLab configuration, with the
`%{key}`
placeholder (if present) replaced by a specific "reply key". In
addition, this "reply key" is also added to the
`References`
header.
###
2.
You reply to the notification email
### You reply to the notification email
When you reply to the notification email, your email client
will
:
When you reply to the notification email, your email client:
-
send the email to the
`Reply-To`
address it got from the notification email
-
set the
`In-Reply-To`
header to the value of the
`Message-ID`
header from the
-
send
s
the email to the
`Reply-To`
address it got from the notification email
-
set
s
the
`In-Reply-To`
header to the value of the
`Message-ID`
header from the
notification email
-
set the
`References`
header to the value of the
`Message-ID`
plus the value of
-
set
s
the
`References`
header to the value of the
`Message-ID`
plus the value of
the notification email's
`References`
header.
###
3.
GitLab receives your reply to the notification email
### GitLab receives your reply to the notification email
When GitLab receives your reply, it
will look
for the "reply key" in the
When GitLab receives your reply, it
looks
for the "reply key" in the
following headers, in this order:
1.
the
`To`
header
1.
the
`References`
header
If it finds a reply key, it
will be able to leave
your reply as a comment on
If it finds a reply key, it
leaves
your reply as a comment on
the entity the notification was about (issue, merge request, commit...).
For more details about the
`Message-ID`
,
`In-Reply-To`
, and
`References headers`
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment