This repository has been archived on 2024-08-25. You can view files and clone it, but cannot push or open issues or pull requests.
CTAMail/templates/success.html

29 lines
963 B
HTML
Raw Permalink Normal View History

2024-05-03 17:55:17 +01:00
<!DOCTYPE html>
<html lang="en"><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Success!</title>
<link rel="stylesheet" href="/static/css/main.css">
<script src="/static/js/main.js"></script>
</head>
<body>
<div class="headerbar">
<a class="a" href="/">CTAMail</a>
<a class="main a" href="/signup">Sign up</a>
<a class="a" href="/account">Account</a>
<button class="a right" onclick="toggleDarkMode()">Toggle Theme</button>
</div>
<div class="content">
<h1>Success!</h1>
<p1>Congratulations! Your account has been registered!</p1>
<h1>Email Setup</h1>
<p1>Hostname: mail.cta.social</p1>
<br>
<p1>SMTP: Port 465 (SSL/TLS), 587 (StartTLS) or 25 (PlainText, not recommended)</p1>
<br>
<p1>IMAP: Port 993 (SSL/TLS) or 143 (StartTLS)</p1>
<div class=spacer2>
<a class="button" href="https://webmail.hectabit.org">Webmail</a>
</div>
</div>
</body></html>