Actions
Defect #9586
closedconfig/configuration.yml.example neds more help
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Email notifications
Target version:
-
Start date:
2011-11-16
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
Took me hours to figure out the YML is sensitive to tabs. A simple warning in the header would save countless time. Also, the gmail example does not work as describe. Submitting a diff of suggested changes.
diff --git a/config/configuration.yml.example b/config/configuration.yml.example index 63c02d2..9020edb 100644 --- a/config/configuration.yml.example +++ b/config/configuration.yml.example @@ -5,6 +5,7 @@ # Environment specific configuration options override the default ones. # # Note that this file needs to be a valid YAML file. +# DO NOT USE TABS! Spaces only please. # # == Outgoing email settings (email_delivery setting) # @@ -60,7 +61,8 @@ # email_delivery: # delivery_method: :smtp # smtp_settings: -# tls: true +# ssl: true +# enable_starttls_auto: true # address: "smtp.gmail.com" # port: 587 # domain: "smtp.gmail.com" # 'your.domain.com' for GoogleApps
Updated by Jean-Philippe Lang about 13 years ago
- Status changed from New to Closed
Changes applied, except tls => ssl (tested OK with tls).
Actions