Commit 452816b5 by Quang Vinh Nguyen

Update ActionMailer host on production again

parent b44ecf09
...@@ -73,19 +73,14 @@ Rails.application.configure do ...@@ -73,19 +73,14 @@ Rails.application.configure do
:address => 'smtp.sendgrid.net', :address => 'smtp.sendgrid.net',
:port => '587', :port => '587',
:authentication => :plain, :authentication => :plain,
# :user_name => ENV['SENDGRID_USERNAME'], :user_name => ENV['SENDGRID_USERNAME'],
# :password => ENV['SENDGRID_PASSWORD'], :password => ENV['SENDGRID_PASSWORD'],
:user_name => ENV['app97879387@heroku.com'], # :user_name => ENV['app97879387@heroku.com'],
:password => ENV['0h6rbntu4629'], # :password => ENV['0h6rbntu4629'],
:domain => 'heroku.com', :domain => 'heroku.com',
:enable_starttls_auto => true :enable_starttls_auto => true
} }
# Enable locale fallbacks for I18n (makes lookups for any locale fall back to # Enable locale fallbacks for I18n (makes lookups for any locale fall back to
# the I18n.default_locale when a translation cannot be found). # the I18n.default_locale when a translation cannot be found).
config.i18n.fallbacks = true config.i18n.fallbacks = true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment