SquareSquash / web

Squash’s front-end and API host.
http://www.squash.io
Apache License 2.0
963 stars 135 forks source link

102 - SMTP configuration not used #103

Closed welearnednothing closed 10 years ago

welearnednothing commented 10 years ago

The SMTP configration is being added to ActionMailer with string keys but need to be sybmolized keys. As a result, at run time the configured SMTP settings (e.g. from config/environments/common/mailer.yml) are ignored and the defaults are used instead.

This symbolizes the keys that are set on ActionMailer::Base.smtp_settings

Original issue: #102