Commit 452816b5 by Quang Vinh Nguyen

Update ActionMailer host on production again

parent b44ecf09
......@@ -73,19 +73,14 @@ Rails.application.configure do
:address => 'smtp.sendgrid.net',
:port => '587',
:authentication => :plain,
# :user_name => ENV['SENDGRID_USERNAME'],
# :password => ENV['SENDGRID_PASSWORD'],
:user_name => ENV['app97879387@heroku.com'],
:password => ENV['0h6rbntu4629'],
:user_name => ENV['SENDGRID_USERNAME'],
:password => ENV['SENDGRID_PASSWORD'],
# :user_name => ENV['app97879387@heroku.com'],
# :password => ENV['0h6rbntu4629'],
:domain => 'heroku.com',
:enable_starttls_auto => true
}
# Enable locale fallbacks for I18n (makes lookups for any locale fall back to
# the I18n.default_locale when a translation cannot be found).
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