Class: Composable::Pwdless::Mailer

Inherits:
Object
  • Object
show all
Defined in:
app/mailers/composable/pwdless/mailer.rb

Instance Method Summary collapse

Instance Method Details

#notification_emailObject



4
5
6
7
8
9
# File 'app/mailers/composable/pwdless/mailer.rb', line 4

def notification_email
  @authentication = params[:authentication]
  @code           = @authentication.code

  mail headers_for(:notification_email, to: @authentication.email)
end