From fbfa79bbd214bad7e744b8e48a48cb1ac43f43a8 Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Sun, 19 Oct 2014 10:31:21 +0530 Subject: [PATCH] readme: clean up the "Mail" section --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index fd81bcad..5be8e5d1 100644 --- a/README.md +++ b/README.md @@ -418,16 +418,7 @@ docker run --name=gitlab -d --link redis:redisio \ The mail configuration should be specified using environment variables while starting the GitLab image. The configuration defaults to using gmail to send emails and requires the specification of a valid username and password to login to the gmail servers. -The following environment variables need to be specified to get mail support to work. - -* SMTP_ENABLED (defaults to `true` if `SMTP_USER` is defined, else defaults to `false`) -* SMTP_DOMAIN (defaults to `www.gmail.com`) -* SMTP_HOST (defaults to `smtp.gmail.com`) -* SMTP_PORT (defaults to `587`) -* SMTP_USER -* SMTP_PASS -* SMTP_STARTTLS (defaults to `true`) -* SMTP_AUTHENTICATION (defaults to `login` if `SMTP_USER` is set) +Please refer the [Available Configuration Parameters](#available-configuration-parameters) section for the list of SMTP parameters that can be specified. ```bash docker run --name=gitlab -d \