Skip to content
Snippets Groups Projects
Unverified Commit f2d478ec authored by Marin Jankovski's avatar Marin Jankovski
Browse files

Merge branch 'AhmetBas/omnibus-gitlab-master'

parents 1a3189c7 40e921f0
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -513,6 +513,19 @@ gitlab_rails['smtp_authentication'] = "login"
gitlab_rails['smtp_enable_starttls_auto'] = true
gitlab_rails['smtp_tls'] = false
```
### SNEL (snel.com)
```ruby
gitlab_rails['smtp_enable'] = true
gitlab_rails['smtp_address'] = "smtprelay.snel.com"
gitlab_rails['smtp_port'] = 587
gitlab_rails['smtp_domain'] = "example.com"
gitlab_rails['smtp_authentication'] = false
gitlab_rails['smtp_enable_starttls_auto'] = true
gitlab_rails['smtp_tls'] = false
gitlab_rails['gitlab_email_from'] = "example@example.com"
gitlab_rails['gitlab_email_reply_to'] = "example@example.com"
```
 
 
### More examples are welcome
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment