Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jlareo committed Mar 4, 2016
1 parent 3805199 commit d9f62ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
config.action_mailer.default_url_options = { :host => ENV['TRANSACTIONAL_EMAIL_DOMAIN'] }

config.action_mailer.smtp_settings = {
:address => ENV['TRANSACTIONAL_EMAIL_ADRESS'],
:address => ENV['TRANSACTIONAL_EMAIL_ADDRESS'],
:port => 587, # ports 587 and 2525 are also supported with STARTTLS
:enable_starttls_auto => true, # detects and uses STARTTLS
:user_name => ENV['TRANSACTIONAL_EMAIL_USERNAME'],
Expand Down

0 comments on commit d9f62ac

Please sign in to comment.