Asymmetrik/mean2-starter

View on GitHub
src/server/app/admin/templates/reset-password-email.server.view.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">

<head>
</head>

<body>

    <p>Hey there {{name}},</p>
    <br>
    <p>
        It looks like you've asked us to reset your {{appName}} account password.
    </p>

    <p>If that sounds right, you can go to this url to complete the process:</p>
    <p>{{url}}</p>

    <strong>If you didn't make this request, you can ignore this email.</strong>

    <br>
    <br>

    <p>Thanks,</p>
    <p>The {{appName}} Support Team</p>
</body>

</html>