Copie o código fonte desta página e cole no seu Projeto Sails (arquivo views/layouts/layout-email.ejs)
Nem pense em clicar no botão! Ele irá retornar um erro, pois não foi projetado para esta página e sim para seu Protótipo Sails.
<%=__('Dear')%> <%= fullName %>,
<%=__('You recently requested an update to the email address for your account')%>
<%=__('If you have any trouble')%> <%= url.resolve(sails.config.custom.baseUrl,'/email/confirm')+'?token='+encodeURIComponent(token) %>
<%=__('Sincerely')%>,
The NEW_APP_NAME Team