Sha256: 0f95872a5940cde7ff3c5c8cfe2a4dcfd1a462b3fadfa8514195a3733d2df6d0

Contents?: true

Size: 219 Bytes

Versions: 6

Compression:

Stored size: 219 Bytes

Contents

class ExampleMailer < ActionMailer::Base
  def simple_mail
    mail(
      to: 'someone@somewhere.com',
      from: 'someoneelse@somewhere.com',
      subject: 'Here is the Subject',
      body: 'hello'
    )
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
email_prefixer-1.2.0 spec/dummy/app/mailers/example_mailer.rb
email_prefixer-1.2.0.pre.1 spec/dummy/app/mailers/example_mailer.rb
email_prefixer-1.1.0 spec/dummy/app/mailers/example_mailer.rb
email_prefixer-1.0.2 spec/dummy/app/mailers/example_mailer.rb
email_prefixer-1.0.1 spec/dummy/app/mailers/example_mailer.rb
email_prefixer-1.0.0 spec/dummy/app/mailers/example_mailer.rb