GeoRSS aggregator and Layar augmented reality server
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 

10 rindas
309 B

  1. ActionMailer::Base.smtp_settings = {
  2. :address => 'smtp.sendgrid.net',
  3. :port => '587',
  4. :authentication => :plain,
  5. :user_name => ENV['SENDGRID_USERNAME'],
  6. :password => ENV['SENDGRID_PASSWORD'],
  7. :domain => 'heroku.com'
  8. }
  9. ActionMailer::Base.delivery_method = :smtp