app/views/user_mailer/forgotten_password.text.erb
<%=simple_format(I18n.t(:mail_salutation, :value => @user.name)) %>
To change your password, click on the following link:
<%= "#{SETTINGS['HOST_URL']}/password_resets/#{@user.password_reset_token}/edit" %>
Sincerly,
-----------------------------------------------
This email have been sent automatically through the Estimancy server.