Sha256: df08da791229f694a6a1f3cdd1c0466a312f506bdc035ed419aa82ce2f1c876f

Contents?: true

Size: 259 Bytes

Versions: 9

Compression:

Stored size: 259 Bytes

Contents

module KktShoppe
  class UserMailer < ActionMailer::Base

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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
kkt_shoppe-2.0.2 app/mailers/kkt_shoppe/user_mailer.rb
kkt_shoppe-2.0.1 app/mailers/kkt_shoppe/user_mailer.rb
kkt_shoppe-2.0.0 app/mailers/kkt_shoppe/user_mailer.rb
kkt_shoppe-1.3.0 app/mailers/kkt_shoppe/user_mailer.rb
kkt_shoppe-1.2.1 app/mailers/kkt_shoppe/user_mailer.rb
kkt_shoppe-1.2.0 app/mailers/kkt_shoppe/user_mailer.rb
kkt_shoppe-1.1.2 app/mailers/kkt_shoppe/user_mailer.rb
kkt_shoppe-1.1.1 app/mailers/kkt_shoppe/user_mailer.rb
kkt_shoppe-1.1.0 app/mailers/kkt_shoppe/user_mailer.rb