Skip to content

Commit

Permalink
Remove temporary mailer
Browse files Browse the repository at this point in the history
**Why**: We no longer need it. Emails were sent earlier today.
  • Loading branch information
monfresh committed Apr 27, 2018
1 parent 1e366f4 commit 5f12db6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 36 deletions.
4 changes: 0 additions & 4 deletions app/mailers/user_mailer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,4 @@ def account_does_not_exist(email, request_id)
@sign_up_email_url = sign_up_email_url(request_id: request_id, locale: locale_url_param)
mail(to: email, subject: t('user_mailer.account_does_not_exist.subject'))
end

def reset_password(email)
mail(to: email, subject: 'Please reset your password')
end
end
32 changes: 0 additions & 32 deletions app/views/user_mailer/reset_password.html.slim

This file was deleted.

0 comments on commit 5f12db6

Please sign in to comment.