Class: UserCardsMailer

Inherits:
ApplicationMailer
  • Object
show all
Defined in:
app/mailers/user_cards_mailer.rb

Instance Method Summary collapse

Instance Method Details

#resurrection(email, link) ⇒ Object



3
4
5
6
7
# File 'app/mailers/user_cards_mailer.rb', line 3

def resurrection email, link
  @link = link

  mail(to: email, subject: "Восстановление доступа на сайт | #{CONFIG[:domain]}")
end