Skip to content
Snippets Groups Projects
Commit f03a20f2 authored by Iman Ghasrfakhri's avatar Iman Ghasrfakhri
Browse files

Added PostSpark configuration

parent 9cd70526
No related branches found
No related tags found
No related merge requests found
......@@ -85,6 +85,18 @@
gitlab_rails['smtp_enable_starttls_auto'] = true
```
### PostSpark
```ruby
gitlab_rails['smtp_enable'] = true
gitlab_rails['smtp_address'] = "smtp.sparkpostmail.com"
gitlab_rails['smtp_port'] = 587
gitlab_rails['smtp_user_name'] = "SMTP_Injection"
gitlab_rails['smtp_password'] = "SparkPost_API_KEY" # https://app.sparkpost.com/account/credentials
gitlab_rails['smtp_authentication'] = "login"
gitlab_rails['smtp_enable_starttls_auto'] = true
```
### Gandi
```ruby
......
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