ghoshnirmalya/linkedin-rails

View on GitHub
app/views/user_mailer/forgot_password_email.text.erb

Summary

Maintainability
Test Coverage
************
Hi <%= @user.name %>,
************

You recently requested to reset your password for your <%= ENV.fetch("APP_NAME")%> account. We've resetted your password to <%= @new_password %>.

Thanks,
The <%= ENV.fetch("APP_NAME")%> Team

© <%= Time.current.year %> <%= ENV.fetch("APP_NAME")%>. All rights reserved.

<%= ENV.fetch("APP_NAME")%>