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
77178c39
Commit
77178c39
authored
Dec 17, 2021
by
Jarka Košanová
Committed by
Marcin Sedlak-Jakubowski
Dec 17, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document Incoming emails headers
parent
74f64ebd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
0 deletions
+23
-0
doc/administration/incoming_email.md
doc/administration/incoming_email.md
+18
-0
doc/user/project/service_desk.md
doc/user/project/service_desk.md
+5
-0
No files found.
doc/administration/incoming_email.md
View file @
77178c39
...
...
@@ -66,6 +66,24 @@ This solution is relatively simple to set up: you just need to create an email
address dedicated to receive your users' replies to GitLab notifications. However,
this method only supports replies, and not the other features of
[
incoming email
](
#incoming-email
)
.
## Accepted headers
Email is processed correctly when a configured email address is present in one of the following headers:
-
`To`
-
`Delivered-To`
-
`Envelope-To`
or
`X-Envelope-To`
In GitLab 14.6 and later,
[
Service Desk
](
../user/project/service_desk.md
)
also checks these additional headers.
Usually, the "To" field contains the email address of the primary receiver.
However, it might not include the configured GitLab email address if:
-
The address is in the "CC" field.
-
The address was included when using "Reply all".
-
The email was forwarded.
## Set it up
If you want to use Gmail / Google Apps for incoming email, make sure you have
...
...
doc/user/project/service_desk.md
View file @
77178c39
...
...
@@ -289,6 +289,8 @@ In these issues, you can also see our friendly neighborhood [Support Bot](#suppo
### As an end user (issue creator)
> Support for additional email headers [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/346600) in GitLab 14.6.
> In earlier versions, the Service Desk email address had to be in the "To" field.
To create a Service Desk issue, an end user does not need to know anything about
the GitLab instance. They just send an email to the address they are given, and
receive an email back confirming receipt:
...
...
@@ -304,6 +306,9 @@ are sent as emails:
Any responses they send via email are displayed in the issue itself.
For information about headers used for treating email, see
[
the incoming email documentation
](
../../administration/incoming_email.md#accepted-headers
)
.
### As a responder to the issue
For responders to the issue, everything works just like other GitLab issues.
...
...
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