From 1bc2c04bfb86812301cc4fb69c1cdba423785c76 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Wed, 6 Aug 2014 13:13:08 +0200 Subject: [PATCH] Better explain when to change gitlab_email_from --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c78fa73..88c4750 100644 --- a/README.md +++ b/README.md @@ -394,7 +394,8 @@ gitlab_rails['smtp_domain'] = "example.com" gitlab_rails['smtp_authentication'] = "login" gitlab_rails['smtp_enable_starttls_auto'] = true -# For some SMTP servers you need to use a specific 'From' address +# If your SMTP server does not like the default 'From: gitlab@localhost' you +# can change the 'From' with this setting. gitlab_rails['gitlab_email_from'] = 'gitlab@example.com' ``` -- libgit2 0.21.2