Skip to content
Snippets Groups Projects

5 2 stable

Closed gitlab-qa-bot requested to merge 5-2-stable into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
# To enable smtp email delivery for your GitLab instance do next:
# 1. Change config/environments/production.rb to use smtp
# config.action_mailer.delivery_method = :smtp
# 2. Rename this file to smpt_settings.rb
# 2. Rename this file to smtp_settings.rb
# 3. Edit settings inside this file
# 4. Restart GitLab instance
#
Loading