You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>A new user has used your referral code. Enjoy an extra {{storage_increase}} of storage, on the house!</p>
36
-
<p>Sincerely,</p>
37
-
<p>Puter</p>
38
-
`,
39
-
},
40
-
'approved-for-listing': {
41
-
subject: '\u{1f389} Your app has been approved for listing!',
42
-
html: `
22
+
constTEMPLATES={
23
+
'new-referral': {
24
+
subject: `You've made a referral!`,
25
+
html: `
26
+
<p>Hi there,</p>
27
+
<p>A new user has used your referral code. Enjoy an extra {{storage_increase}} of storage, on the house!</p>
28
+
<p>Sincerely,</p>
29
+
<p>Puter</p>
30
+
`,
31
+
},
32
+
'approved-for-listing': {
33
+
subject: '\u{1f389} Your app has been approved for listing!',
34
+
html: `
43
35
<p>Hi there,</p>
44
36
<p>
45
37
Exciting news! <a href="https://puter.com/app/{{app_name}}">{{app_title}}</a> is now approved and live on <a href="https://puter.com/app/app-center" target="_blank">Puter App Center</a>. It's now ready for users worldwide to discover and enjoy.
@@ -51,11 +43,11 @@ Exciting news! <a href="https://puter.com/app/{{app_name}}">{{app_title}}</a> is
51
43
<p>Best,<br />
52
44
The Puter Team
53
45
</p>
54
-
`,
55
-
},
56
-
'email_change_request': {
57
-
subject: '\u{1f4dd} Confirm your email change',
58
-
html: `
46
+
`,
47
+
},
48
+
'email_change_request': {
49
+
subject: '\u{1f4dd} Confirm your email change',
50
+
html: `
59
51
<p>Hi there,</p>
60
52
<p>
61
53
We received a request to link this email to the user "{{username}}" on Puter. If you made this request, please click the link below to confirm the change. If you did not make this request, please ignore this email.
@@ -64,59 +56,110 @@ We received a request to link this email to the user "{{username}}" on Puter. If
0 commit comments