email template fo rreplacements

This commit is contained in:
Dobromir Popov
2024-04-05 23:44:27 +03:00
parent bac4f4c7d5
commit fa5d3f4f99
4 changed files with 207 additions and 72 deletions

View File

@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, initial-scale=1.0">
<title>Email Template</title>
</head>
<body>
<header style="background-color: #f3f3f3; padding: 20px; text-align: center;">
<h2>Company Name</h2>
</header>
<main style="margin: 20px;">
{{{body}}}
</main>
<footer style="background-color: #f3f3f3; padding: 20px; text-align: center;">
© 2024 Company Name. All rights reserved.
</footer>
</body>
</html>