Files
universal_web_loco_rewrite/src/mailers/auth/welcome/html.t
Priec 9fff6fbf7f
Some checks failed
CI / Check Style (push) Has been cancelled
CI / Run Clippy (push) Has been cancelled
CI / Run Tests (push) Has been cancelled
loco rewrite
2026-05-17 13:12:08 +02:00

14 lines
313 B
Perl

;<html>
<body>
Dear {{name}},
Welcome to Loco! You can now log in to your account.
Before you get started, please verify your account by clicking the link below:
<a href="{{domain}}/api/auth/verify/{{verifyToken}}">
Verify Your Account
</a>
<p>Best regards,<br>The Loco Team</p>
</body>
</html>