This commit is contained in:
2026-02-04 23:31:53 +01:00
commit cd59ccd99b
2401 changed files with 56808 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<!doctype html>
<html lang="en">
<body style="font-family: Arial, sans-serif; line-height: 1.5; color: #111;">
{{email_header}}
<p>{{greeting}}</p>
<p>Your access has been set up.</p>
<p><strong>Username:</strong> {{username}}</p>
<p>
<a href="{{login_url}}">Go to login</a>
</p>
<p>
If you do not know your password, you can reset it here:
<a href="{{reset_url}}">Forgot password</a>
</p>
<p>Best regards<br>{{app_name}}</p>
{{email_footer}}
</body>
</html>

View File

@@ -0,0 +1,17 @@
{{email_header_text}}
{{greeting}}
Your access has been set up.
Username: {{username}}
Go to login:
{{login_url}}
If you do not know your password, you can reset it here:
{{reset_url}}
Best regards
{{app_name}}
{{email_footer_text}}

View File

@@ -0,0 +1,15 @@
<!doctype html>
<html lang="en">
<body style="font-family: Arial, sans-serif; line-height: 1.5; color: #111;">
{{email_header}}
<p>{{greeting}}</p>
<p>Thank you for registering! Please confirm your email address with the following code:</p>
<p style="font-size: 20px; font-weight: bold; letter-spacing: 2px;">{{code}}</p>
<p>This code is valid for {{expires_minutes}} minutes.</p>
<p>You can enter the code here:</p>
<p><a href="{{verify_url}}">{{verify_url}}</a></p>
<p>If you did not register, you can ignore this email.</p>
<p>Best regards<br>{{app_name}}</p>
{{email_footer}}
</body>
</html>

View File

@@ -0,0 +1,18 @@
{{email_header_text}}
{{greeting}}
Thank you for registering! Please confirm your email address with the following code:
Your code: {{code}}
This code is valid for {{expires_minutes}} minutes.
Enter the code here:
{{verify_url}}
If you did not register, you can ignore this email.
Best regards
{{app_name}}
{{email_footer_text}}

View File

@@ -0,0 +1,16 @@
</td>
</tr>
<tr>
<td style="padding:12px 24px 20px; border-top:1px solid #e6e6e6; font-size:12px; color:#555;">
<div style="margin-bottom:8px;">
<a href="{{imprint_url}}" style="color:#555; text-decoration:underline;">Imprint</a>
&nbsp;·&nbsp;
<a href="{{privacy_url}}" style="color:#555; text-decoration:underline;">Privacy</a>
</div>
{{app_name}} · This email was generated automatically.
</td>
</tr>
</table>
</td>
</tr>
</table>

View File

@@ -0,0 +1,2 @@
---
{{app_name}} · This email was generated automatically.

View File

@@ -0,0 +1,14 @@
<table role="presentation" width="100%" cellspacing="0" cellpadding="0" style="background:#f5f5f5; padding:24px 0;">
<tr>
<td align="center">
<table role="presentation" width="600" cellspacing="0" cellpadding="0" style="background:#ffffff; color:#111; border:1px solid #e6e6e6; border-radius:12px; width:100%; max-width:600px;">
<tr>
<td style="padding:20px 24px 12px; border-bottom:1px solid #e6e6e6;">
<div style="font-size:18px; font-weight:700; color:#111;">
<img src="{{app_logo_url}}" alt="{{app_name}}" height="32" style="display:inline-block; vertical-align:middle; margin-right:8px;">
<span style="vertical-align:middle;">{{app_name}}</span>
</div>
</td>
</tr>
<tr>
<td style="padding:16px 24px 4px;">

View File

@@ -0,0 +1,2 @@
{{app_name}}
=================

View File

@@ -0,0 +1,15 @@
<!doctype html>
<html lang="en">
<body style="font-family: Arial, sans-serif; line-height: 1.5; color: #111;">
{{email_header}}
<p>{{greeting}}</p>
<p>You requested a password reset code.</p>
<p style="font-size: 20px; font-weight: bold; letter-spacing: 2px;">{{code}}</p>
<p>This code is valid for {{expires_minutes}} minutes.</p>
<p>You can enter the code here:</p>
<p><a href="{{verify_url}}">{{verify_url}}</a></p>
<p>If you did not request this, you can ignore this email.</p>
<p>Best regards<br>{{app_name}}</p>
{{email_footer}}
</body>
</html>

View File

@@ -0,0 +1,18 @@
{{email_header_text}}
{{greeting}}
You requested a password reset code.
Your code: {{code}}
This code is valid for {{expires_minutes}} minutes.
Enter the code here:
{{verify_url}}
If you did not request this, you can ignore this email.
Best regards
{{app_name}}
{{email_footer_text}}