GeoRSS aggregator and Layar augmented reality server
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 

10 řádky
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