Skip to content
Snippets Groups Projects
Commit 035fa1cf authored by John McGehee's avatar John McGehee
Browse files

Add a note about opening ports for AWS SES email

Also added "AWS" and "Simple Email System" for the sake of SEO.
parent dc15506a
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@
gitlab_rails['smtp_domain'] = "mg.gitlab.com"
```
### Amazon SES
### Amazon Simple Email System (AWS SES)
```ruby
gitlab_rails['smtp_enable'] = true
......@@ -106,6 +106,7 @@
gitlab_rails['smtp_authentication'] = "login"
gitlab_rails['smtp_enable_starttls_auto'] = true
```
Make sure to permit egress through port 587 in your ACL and security group.
### Mandrill
......
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