Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jbutkowski committed Dec 15, 2015
1 parent a8dbc99 commit ca67178
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions config/environments/production.rb
Expand Up @@ -70,22 +70,22 @@
# config.action_mailer.raise_delivery_errors = false

# Production Mandrill SMTP config
config.action_mailer.delivery_method = :smtp
config.action_mailer.smtp_settings = {
:address => "smtp.mandrillapp.com",
:port => 587,
:enable_starttls_auto => true,
:user_name => ENV.fetch("MANDRILL_USERNAME"),
:password => ENV.fetch("MANDRILL_API_KEY"),
:authentication => "login",
:domain => "lmit.edu.au"
}
config.action_mailer.raise_delivery_errors = true
config.action_mailer.default_url_options = {
host: "lmit.edu.au",
protocol: "https"
}
config.action_mailer.asset_host = "https://lmit.edu.au"
# config.action_mailer.delivery_method = :smtp
# config.action_mailer.smtp_settings = {
# :address => "smtp.mandrillapp.com",
# :port => 587,
# :enable_starttls_auto => true,
# :user_name => ENV.fetch("MANDRILL_USERNAME"),
# :password => ENV.fetch("MANDRILL_API_KEY"),
# :authentication => "login",
# :domain => "lmit.edu.au"
# }
# config.action_mailer.raise_delivery_errors = true
# config.action_mailer.default_url_options = {
# host: "lmit.edu.au",
# protocol: "https"
# }
# config.action_mailer.asset_host = "https://lmit.edu.au"

# Enable locale fallbacks for I18n (makes lookups for any locale fall back to
# the I18n.default_locale when a translation cannot be found).
Expand Down

0 comments on commit ca67178

Please sign in to comment.