Skip to content

Commit

Permalink
Update domain for outgoing email.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmagic committed Mar 8, 2014
1 parent 3ca40a8 commit a9ce361
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 @@ -64,7 +64,7 @@
# Log the query plan for queries taking more than this (works
# with SQLite, MySQL, and PostgreSQL)
# config.active_record.auto_explain_threshold_in_seconds = 0.5
config.action_mailer.default_url_options = {host: "coderdojosf.herokuapp.com"}
config.action_mailer.default_url_options = {host: "coderdojosf.com"}
config.action_mailer.delivery_method = :smtp
config.action_mailer.smtp_settings = {
address: ENV["MAILGUN_SMTP_SERVER"],
Expand Down

0 comments on commit a9ce361

Please sign in to comment.