Commit 02a7b1270bbe35a14b3c7701bcbcff39abc646da

Authored by Yves Senn
2 parents a9975336 b5668bf6

Merge pull request #4114 from damselem/patch-1

Fix typo in smtp_settings.rb.sample
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
config/initializers/smtp_settings.rb.sample
1 1 # To enable smtp email delivery for your GitLab instance do next:
2 2 # 1. Change config/environments/production.rb to use smtp
3 3 # config.action_mailer.delivery_method = :smtp
4   -# 2. Rename this file to smpt_settings.rb
  4 +# 2. Rename this file to smtp_settings.rb
5 5 # 3. Edit settings inside this file
6 6 # 4. Restart GitLab instance
7 7 #
... ...