Commit cc87ed1aeae04ac4cbd8850da50114911bafb045
changed actionmailer to use https for links
| |   |
| 22 | 22 | # Enable serving of images, stylesheets, and javascripts from an asset server |
| 23 | 23 | # config.action_controller.asset_host = "http://assets.example.com" |
| 24 | 24 | |
| # ActionMailer::Base.default_url_options[:protocol] = 'https' |
| ActionMailer::Base.default_url_options[:protocol] = 'https' |
| 26 | 26 | ActionMailer::Base.default_url_options[:host] = |
| 27 | 27 | YAML.load_file(File.join(RAILS_ROOT, "config/gitorious.yml"))["gitorious_host"] |
| 28 | 28 | # Disable delivery errors, bad email addresses will be ignored |