Sha256: 2c86bb767a7c3d4b22c6af2d9ff3af9c69ea9cd24f98e6473179eeeb66f63260

Contents?: true

Size: 250 Bytes

Versions: 20

Compression:

Stored size: 250 Bytes

Contents

module Shoppe
  class UserMailer < ActionMailer::Base

    def new_password(user)
      @user = user
      mail :from => Shoppe.settings.outbound_email_address, :to => user.email_address, :subject => "Your new Shoppe password"
    end
    
  end
end

Version data entries

20 entries across 20 versions & 3 rubygems

Version Path
shoppe-1.1.2 app/mailers/shoppe/user_mailer.rb
shoppe-1.1.1 app/mailers/shoppe/user_mailer.rb
shoppe-1.1.0 app/mailers/shoppe/user_mailer.rb
shoppe-1.0.9 app/mailers/shoppe/user_mailer.rb
shoppe-1.0.8 app/mailers/shoppe/user_mailer.rb
kylekthompson-shoppe-1.0.7 app/mailers/shoppe/user_mailer.rb
shoppe-1.0.7 app/mailers/shoppe/user_mailer.rb
shoppe-1.0.6 app/mailers/shoppe/user_mailer.rb
shoppe-paypal-1.1.0 vendor/bundle/ruby/2.1.0/gems/shoppe-1.0.5/app/mailers/shoppe/user_mailer.rb
shoppe-1.0.5 app/mailers/shoppe/user_mailer.rb
shoppe-1.0.3 app/mailers/shoppe/user_mailer.rb
shoppe-1.0.2 app/mailers/shoppe/user_mailer.rb
shoppe-1.0.1 app/mailers/shoppe/user_mailer.rb
shoppe-1.0.0 app/mailers/shoppe/user_mailer.rb
shoppe-0.0.21 app/mailers/shoppe/user_mailer.rb
shoppe-0.0.20 app/mailers/shoppe/user_mailer.rb
shoppe-0.0.19 app/mailers/shoppe/user_mailer.rb
shoppe-0.0.18 app/mailers/shoppe/user_mailer.rb
shoppe-0.0.17 app/mailers/shoppe/user_mailer.rb
shoppe-0.0.16 app/mailers/shoppe/user_mailer.rb