Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
omnibus-heptapod
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
heptapod
omnibus-heptapod
Commits
2367da642c40
Commit
2367da642c40
authored
2 years ago
by
pk212
Browse files
Options
Downloads
Patches
Plain Diff
Add Google SMTP relay to SMTP options
parent
5f201cb46364
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!76
heptapod#711: 0.34 is the new stable
,
!73
Sync up to upstream Omnibus GitLab 15.1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/settings/smtp.md
+13
-0
13 additions, 0 deletions
doc/settings/smtp.md
with
13 additions
and
0 deletions
doc/settings/smtp.md
+
13
−
0
View file @
2367da64
...
...
@@ -164,6 +164,19 @@
or try
[
turning on 2-step validation
](
https://support.google.com/accounts/answer/185839
)
and using
[
an application password
](
https://support.google.com/mail/answer/185833
)
._
### Google SMTP relay
You can route outgoing non-Gmail messages through Google
[
using Google's SMTP relay service
](
https://support.google.com/a/answer/2956491?hl=en
)
.
```
ruby
gitlab_rails
[
'smtp_enable'
]
=
true
gitlab_rails
[
'smtp_address'
]
=
"smtp-relay.gmail.com"
gitlab_rails
[
'smtp_port'
]
=
587
gitlab_rails
[
'smtp_domain'
]
=
"yourdomain.com"
gitlab_rails
[
'gitlab_email_from'
]
=
'username@yourdomain.com'
gitlab_rails
[
'gitlab_email_reply_to'
]
=
'username@yourdomain.com'
```
### Mailgun
```
ruby
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment