33 lines
1.2 KiB
HTML
33 lines
1.2 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en"><head>
|
||
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||
|
<title>CTAMail</title>
|
||
|
<link rel="stylesheet" href="/static/css/main.css">
|
||
|
<script src="/static/js/main.js"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div class="headerbar">
|
||
|
<a class="main a" href="/">CTAMail</a>
|
||
|
<a class="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">
|
||
|
<li><h1>Welcome to CTAMail!</h1></li>
|
||
|
<li><p1>CTAMail is a Free, Open Source, and privacy respecting email service.</p1></li>
|
||
|
<br>
|
||
|
<li><p1>CTAMail supports IMAP and SMTP, on all SSL standards, on all standard ports.</p1></li>
|
||
|
<li><p1>You have unlimited</p1></li>
|
||
|
<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>
|
||
|
<br>
|
||
|
<p1>Login: Normal Password</p1>
|
||
|
<h1>Great! How much is it?</h1>
|
||
|
<p1>CTAMail is fully Free and Open Source! Enjoy CTAMail as much as you want, whenever you want!</p1>
|
||
|
</div>
|
||
|
</body></html>
|