Skip to content
Snippets Groups Projects
Commit 7f233103 authored by uweplonus's avatar uweplonus
Browse files

Added all-inkl.com

parent 48a877cd
No related branches found
No related tags found
No related merge requests found
......@@ -573,6 +573,18 @@
gitlab_rails['gitlab_email_reply_to'] = 'noreply@domain.com'
```
### ALL-INKL.COM
```ruby
gitlab_rails['smtp_enable'] = true
gitlab_rails['smtp_address'] = "<userserver>.kasserver.com"
gitlab_rails['smtp_port'] = 465
gitlab_rails['smtp_user_name'] = "<username>"
gitlab_rails['smtp_password'] = "<password>"
gitlab_rails['smtp_domain'] = "<your.domain>"
gitlab_rails['smtp_authentication'] = "login"
gitlab_rails['smtp_tls'] = true
```
### More examples are welcome
......
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