Sha256: edaff40ba2c8dff5c6e50ec22bee241625f94d4b46fce3ea5d6fd2a6117b275b

Contents?: true

Size: 349 Bytes

Versions: 2

Compression:

Stored size: 349 Bytes

Contents

module Bently

  class HerokuSendgrid < RailsRecipe

    homepage 'https://devcenter.heroku.com/articles/sendgrid#ruby-rails'

    def initialize
      warn 'heroku commands may incur charges to your account'.upcase
      run 'heroku addons:add sendgrid:starter'
      create './config/initializers/mail.rb', template('mail.rb')
    end

  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bently-1.0.2 lib/bently/recipe/heroku-sendgrid.rb
bently-1.0.1 lib/bently/recipe/heroku-sendgrid.rb