File: views/emailTemplates/reset-password-email.ejs

Recommend this page to a friend!
  Classes of Alien Fernandez   Seed Sails Angular   views/emailTemplates/reset-password-email.ejs   Download  
File: views/emailTemplates/reset-password-email.ejs
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Seed Sails Angular
Full stack framework based on Sails, Node, Angular
Author: By
Last change: Update of views/emailTemplates/reset-password-email.ejs
Date: 2 years ago
Size: 447 bytes
 

Contents

Class file image Download
<!DOCTYPE html> <html lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> </head> <body> <p>Dear <%=name%>,</p> <br /> <p> You have requested to have your password reset for your account at <%=appName%> </p> <p>Please visit this url to reset your password:</p> <p><%=url%></p> <strong>If you didn't make this request, you can ignore this email.</strong> <br /> <br /> <p>The <%=appName%> Support Team</p> </body> </html>