Sha256: 528bd02376e4e9dd36bb1db495f914097ef07d6cd310b5520713b93a1c332f2a

Contents?: true

Size: 239 Bytes

Versions: 3

Compression:

Stored size: 239 Bytes

Contents

gem 'mail'

require 'crystal/template'

[
  'mail',
].each{|f| require "crystal/remote/#{f}"}

crystal.register :mail, :depends_on => :environment do
  Crystal::Mail.new #TODO2 add mail config here
end

Crystal.run :mail, :after => :render

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
crystal-0.0.13 lib/crystal/mailer.rb
crystal-0.0.12 lib/crystal/mailer.rb
crystal_ext-0.0.11 lib/crystal/mailer.rb