Commit 1bc2c04bfb86812301cc4fb69c1cdba423785c76

Authored by Jacob Vosmaer
1 parent c3801a90

Better explain when to change gitlab_email_from

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
README.md
... ... @@ -394,7 +394,8 @@ gitlab_rails['smtp_domain'] = "example.com"
394 394 gitlab_rails['smtp_authentication'] = "login"
395 395 gitlab_rails['smtp_enable_starttls_auto'] = true
396 396  
397   -# For some SMTP servers you need to use a specific 'From' address
  397 +# If your SMTP server does not like the default 'From: gitlab@localhost' you
  398 +# can change the 'From' with this setting.
398 399 gitlab_rails['gitlab_email_from'] = 'gitlab@example.com'
399 400 ```
400 401  
... ...