Skip to content

Commit

Permalink
Added mailer_option
Browse files Browse the repository at this point in the history
  • Loading branch information
manju authored and manju committed Jul 21, 2018
1 parent 0399206 commit 302fe7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@

# Do not dump schema after migrations.
config.active_record.dump_schema_after_migration = false
config.action_mailer.default_url_options = { :host => 'https://damp-shore-51235.herokuapp.com/' }

config.action_mailer.smtp_settings = {
address: "smtp.gmail.com",
port: 587,
Expand Down

0 comments on commit 302fe7b

Please sign in to comment.