app/views/user_mailer/account_request.html.erb
<%=simple_format(I18n.t(:mail_salutation, :value => '')) %>
<br/>
<%=I18n.t(:mail_body_account_activation_request) %>
<a href='<%= "#{SETTINGS['HOST_URL']}/users" %>'>Estimancy</a>
<%=simple_format(I18n.t(:mail_complimentary_close)) %>
<%=simple_format(I18n.t(:mail_footer)) %>
<a href='<%= "#{SETTINGS['HOST_URL']}" %>'>Estimancy</a>