config: fix smtp_settings.rb template

This commit is contained in:
Sameer Naik 2014-10-19 10:40:37 +05:30
parent fbfa79bbd2
commit 33f136a71a

View File

@ -13,7 +13,7 @@ if Rails.env.production?
password: "{{SMTP_PASS}}",
domain: "{{SMTP_DOMAIN}}",
authentication: "{{SMTP_AUTHENTICATION}}",
openssl_verify_mode: => "{{SMTP_OPENSSL_VERIFY_MODE}}",
openssl_verify_mode: "{{SMTP_OPENSSL_VERIFY_MODE}}",
enable_starttls_auto: {{SMTP_STARTTLS}}
}
end