Sha256: 8ae908925a57e6da98776ab3b74bf58b881eb1356d5443be38c207e4d3e2e853
Contents?: true
Size: 267 Bytes
Versions: 17
Compression:
Stored size: 267 Bytes
Contents
ActionMailer::Base.smtp_settings = { :port => '587', :address => 'smtp.mandrillapp.com', :user_name => ENV['MANDRILL_USERNAME'], :password => ENV['MANDRILL_APIKEY'], :domain => 'heroku.com', :authentication => :plain }
Version data entries
17 entries across 17 versions & 1 rubygems