Files
scribe/misc/success_template.html
T
admin fb1dc3324d
Mirror and run GitLab CI / build (push) Has been cancelled
Ruff / ruff (push) Has been cancelled
Use logo1.png in emails, inline mail_style.css, attach summary as MD
2026-06-14 15:24:08 +00:00

31 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Transcript Ready</title>
<style>
{email_css}
</style>
</head>
<body>
<div class="container">
{email_logo}
<h1>Transcript Ready</h1>
<p>Dear user,</p>
<p>Your file has been successfully processed, and the transcript is now ready. The transcript of your audio or video file is attached to this email.</p>
<p>We hope you find the transcript useful. If you have any questions or need further assistance, please do not hesitate to contact our support team.</p>
<div class="contact">
<p>You can reach our support team at <a href="mailto:{contact_email}">{contact_email}</a>. They are available to help with any questions or issues you may have.</p>
</div>
<div class="disclaimer">
<p>Please note that our support team cannot modify the content of the transcript. They can assist with any other questions or concerns you may have.</p>
</div>
<div class="signature">
<p>Thank you for using our transcription service!</p>
<p>A.P.Strom</p>
</div>
</div>
</body>
</html>