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
7f0fac83
Commit
7f0fac83
authored
Nov 10, 2021
by
Caleb Cooper
Committed by
Marcin Sedlak-Jakubowski
Nov 10, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix inconsistent addresses gmail
parent
0b7ca3c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/user/project/service_desk.md
doc/user/project/service_desk.md
+2
-2
No files found.
doc/user/project/service_desk.md
View file @
7f0fac83
...
...
@@ -207,7 +207,7 @@ To configure a custom mailbox for Service Desk with IMAP, add the following snip
service_desk_email
:
enabled
:
true
address
:
"
project_contact+%{key}@example.com"
user
:
"
project_
suppor
t@example.com"
user
:
"
project_
contac
t@example.com"
password
:
"
[REDACTED]"
host
:
"
imap.gmail.com"
port
:
993
...
...
@@ -224,7 +224,7 @@ To configure a custom mailbox for Service Desk with IMAP, add the following snip
```
ruby
gitlab_rails
[
'service_desk_email_enabled'
]
=
true
gitlab_rails
[
'service_desk_email_address'
]
=
"project_contact+%{key}@gmail.com"
gitlab_rails
[
'service_desk_email_email'
]
=
"project_
suppor
t@gmail.com"
gitlab_rails
[
'service_desk_email_email'
]
=
"project_
contac
t@gmail.com"
gitlab_rails
[
'service_desk_email_password'
]
=
"[REDACTED]"
gitlab_rails
[
'service_desk_email_mailbox_name'
]
=
"inbox"
gitlab_rails
[
'service_desk_email_idle_timeout'
]
=
60
...
...
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