[#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
This commit is contained in:
Gregor Schmidt 2012-03-20 22:19:52 +01:00 committed by Felix Schäfer
parent 565aeabc79
commit c9a403a4b5
1 changed files with 3 additions and 4 deletions

View File

@ -53,17 +53,16 @@
# #
# ==== SMTP server at using TLS (GMail) # ==== SMTP server at using TLS (GMail)
# #
# This requires some additional configuration. See the article at: # This might require some additional configuration. See the guides at:
# http://redmineblog.com/articles/setup-redmine-to-send-email-using-gmail/ # https://www.chiliproject.org/projects/chiliproject/wiki/Email_Delivery#SMTP-server-using-TLS-GMail
# #
# production: # production:
# email_delivery: # email_delivery:
# delivery_method: :smtp # delivery_method: :smtp
# smtp_settings: # smtp_settings:
# tls: true # enable_starttls_auto: true
# address: "smtp.gmail.com" # address: "smtp.gmail.com"
# port: 587 # port: 587
# domain: "smtp.gmail.com" # 'your.domain.com' for GoogleApps
# authentication: :plain # authentication: :plain
# user_name: "your_email@gmail.com" # user_name: "your_email@gmail.com"
# password: "your_password" # password: "your_password"