From c9a403a4b55752c69530433fc61191a71507b69f Mon Sep 17 00:00:00 2001 From: Gregor Schmidt Date: Tue, 20 Mar 2012 22:19:52 +0100 Subject: [PATCH] [#939] Update documentation for GMail setup It now matches the current guide in ChiliProject Wiki at https://www.chiliproject.org/projects/chiliproject/wiki/Email_Delivery#SMTP-server-using-TLS-GMail --- config/configuration.yml.example | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/config/configuration.yml.example b/config/configuration.yml.example index b75a9243..73abee9d 100644 --- a/config/configuration.yml.example +++ b/config/configuration.yml.example @@ -53,17 +53,16 @@ # # ==== SMTP server at using TLS (GMail) # -# This requires some additional configuration. See the article at: -# http://redmineblog.com/articles/setup-redmine-to-send-email-using-gmail/ +# This might require some additional configuration. See the guides at: +# https://www.chiliproject.org/projects/chiliproject/wiki/Email_Delivery#SMTP-server-using-TLS-GMail # # production: # email_delivery: # delivery_method: :smtp # smtp_settings: -# tls: true +# enable_starttls_auto: true # address: "smtp.gmail.com" # port: 587 -# domain: "smtp.gmail.com" # 'your.domain.com' for GoogleApps # authentication: :plain # user_name: "your_email@gmail.com" # password: "your_password"