Sha256: 9b6cc2582df4f330601154fd4a08b386c8fd36c72f1a96dfa9097246cd29cb1b

Contents?: true

Size: 214 Bytes

Versions: 3

Compression:

Stored size: 214 Bytes

Contents

require 'peoplefinder'

class Peoplefinder::TokenMailer < ActionMailer::Base
  def new_token_email(token)
    @token = token
    mail to: @token.user_email, subject: 'Access request to MOJ People Finder'
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
peoplefinder-0.1.1 app/mailers/peoplefinder/token_mailer.rb
peoplefinder-0.1.0 app/mailers/peoplefinder/token_mailer.rb
peoplefinder-0.0.2 app/mailers/peoplefinder/token_mailer.rb