Sha256: e2f759a9ae648f3b3efe77ef9c22b7c2188ff2246213598cdf1a020f9f5b4b80

Contents?: true

Size: 521 Bytes

Versions: 22

Compression:

Stored size: 521 Bytes

Contents

class DevelopmentModeMailer < ActionMailer::Base
  default :from => 'nobody@example.com'

  def mailer_view_test
    mail(:to => 'mailer_view_test@example.com', :subject => 'Mailer View Test')
  end

  def mailer_layout_test
    mail(:to => 'mailer_layout_test@example.com', :subject => 'Mailer Layout Test') do |format|
      format.html { render :layout => 'mail_layout' }
    end
  end

  def mailer_formatting_test
    mail(:to => 'mailer_formatting_test@example.com', :subject => 'Mailer Formatting Test')
  end
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
fortitude-0.9.6-java spec/rails/templates/development_mode_system_spec/app/mailers/development_mode_mailer.rb
fortitude-0.9.6 spec/rails/templates/development_mode_system_spec/app/mailers/development_mode_mailer.rb
fortitude-0.9.5-java spec/rails/templates/development_mode_system_spec/app/mailers/development_mode_mailer.rb
fortitude-0.9.5 spec/rails/templates/development_mode_system_spec/app/mailers/development_mode_mailer.rb
fortitude-0.9.4-java spec/rails/templates/development_mode_system_spec/app/mailers/development_mode_mailer.rb
fortitude-0.9.4 spec/rails/templates/development_mode_system_spec/app/mailers/development_mode_mailer.rb
fortitude-0.9.3-java spec/rails/templates/development_mode_system_spec/app/mailers/development_mode_mailer.rb
fortitude-0.9.3 spec/rails/templates/development_mode_system_spec/app/mailers/development_mode_mailer.rb
fortitude-0.9.2-java spec/rails/templates/development_mode_system_spec/app/mailers/development_mode_mailer.rb
fortitude-0.9.2 spec/rails/templates/development_mode_system_spec/app/mailers/development_mode_mailer.rb
fortitude-0.9.1-java spec/rails/templates/development_mode_system_spec/app/mailers/development_mode_mailer.rb
fortitude-0.9.1 spec/rails/templates/development_mode_system_spec/app/mailers/development_mode_mailer.rb
fortitude-0.9.0-java spec/rails/templates/development_mode_system_spec/app/mailers/development_mode_mailer.rb
fortitude-0.9.0 spec/rails/templates/development_mode_system_spec/app/mailers/development_mode_mailer.rb
fortitude-0.0.10-java spec/rails/templates/development_mode_system_spec/app/mailers/development_mode_mailer.rb
fortitude-0.0.10 spec/rails/templates/development_mode_system_spec/app/mailers/development_mode_mailer.rb
fortitude-0.0.9-java spec/rails/templates/development_mode_system_spec/app/mailers/development_mode_mailer.rb
fortitude-0.0.9 spec/rails/templates/development_mode_system_spec/app/mailers/development_mode_mailer.rb
fortitude-0.0.7-java spec/rails/templates/development_mode_system_spec/app/mailers/development_mode_mailer.rb
fortitude-0.0.7 spec/rails/templates/development_mode_system_spec/app/mailers/development_mode_mailer.rb