Skip to content

Commit a66a7f1

Browse files
Sheikah45Brutus5000
authored andcommitted
Use basic template
1 parent 572cdb5 commit a66a7f1

File tree

3 files changed

+12
-41
lines changed

3 files changed

+12
-41
lines changed

test-account-activation.html

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
1-
<!doctype html>
2-
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
3-
<head>
4-
<title>
5-
</title>
6-
</head>
7-
<body>
8-
<div>
9-
<h1>Use a variable like this, {{username}}</h1>
10-
</div>
11-
</body>
12-
</html>
1+
To generate proper html code use the template in src/main/mjml with an mjml parser (e.g. use the IntelliJ plugin for MJML or follow the instructions on https://documentation.mjml.io/#usage
2+
Following variables are available:
3+
username: {{username}}
4+
activationUrl: {{activationUrl}}
5+

test-password-reset.html

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
1-
<!doctype html>
2-
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
3-
<head>
4-
<title></title>
5-
</head>
6-
<body style="word-spacing:normal;background-color:#fafafa;">
7-
<div>
8-
Password reset
9-
</div>
10-
<div>
11-
<h1>Use a variable like this, {{username}}</h1>
12-
</div>
13-
</body>
14-
</html>
1+
To generate proper html code use the template in src/main/mjml with an mjml parser (e.g. use the IntelliJ plugin for MJML or follow the instructions on https://documentation.mjml.io/#usage
2+
Following variables are available:
3+
username: {{username}}
4+
passwordResetUrl: {{passwordResetUrl}}

test-welcome-to-faf.html

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
<!doctype html>
2-
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
3-
<head>
4-
<title>
5-
</title>
6-
</head>
7-
<body style="word-spacing:normal;background-color:#fafafa;">
8-
<div style="display:none;font-size:1px;color:#ffffff;line-height:1px;max-height:0px;max-width:0px;opacity:0;overflow:hidden;">
9-
Password reset
10-
</div>
11-
<div>
12-
<h1>Use a variable like this, {{username}}</h1>
13-
</div>
14-
</body>
15-
</html>
1+
To generate proper html code use the template in src/main/mjml with an mjml parser (e.g. use the IntelliJ plugin for MJML or follow the instructions on https://documentation.mjml.io/#usage
2+
Following variables are available:
3+
username: {{username}}

0 commit comments

Comments
 (0)