Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
greggroth committed Apr 9, 2012
1 parent 42a7980 commit 855a770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/production.rb
Expand Up @@ -54,7 +54,7 @@

ActionMailer::Base.smtp_settings = {
:user_name => "greggroth",
:password => "on750273",
:password => ENV['MAIL_PASSWORD'],
:domain => "atlbeerlist.com",
:address => "smtp.sendgrid.net",
:port => 587,
Expand Down

0 comments on commit 855a770

Please sign in to comment.