Sha256: 4d9d063fb34fdc8a4af85e12e251cb5706e977eb38371b13c2f717f00e928586
Contents?: true
Size: 372 Bytes
Versions: 4
Compression:
Stored size: 372 Bytes
Contents
ActionMailer::Base.default_url_options[:host] = Foundationstone::Config.domain case Foundationstone::Config.mailer[:service] when 'mandrill' ActionMailer::Base.smtp_settings = { address: 'smtp.mandrillapp.com', port: 587, user_name: Foundationstone::Config.mailer[:mandril][:user_name], password: Foundationstone::Config.mailer[:mandril][:key] } end
Version data entries
4 entries across 4 versions & 1 rubygems