Sha256: 041ede28933ff4a39bbdf0a54eccd9bd279fe242a6a62b968d1f7ae27353d1e5
Contents?: true
Size: 384 Bytes
Versions: 1
Compression:
Stored size: 384 Bytes
Contents
begin if Rails.env.production? ActionMailer::Base.smtp_settings = { :address => 'smtp.sendgrid.net', :port => '587', :authentication => :plain, :user_name => 'catarse', :password => Catarse::Configuration[:sendgrid], :domain => 'heroku.com' } ActionMailer::Base.delivery_method = :smtp end rescue nil end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
catarse_core-1.0.0.beta | config/initializers/sendgrid.rb |