This commit is contained in:
hexahigh 2023-11-26 13:23:04 +01:00
parent df8cac937a
commit 039184eec4

View File

@ -22,7 +22,9 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/svg+xml" href="/data/img/logo.svg">
<script src="form.js" defer></script>
<link rel="stylesheet" type="text/css" href="main.css">
<link rel="stylesheet" type="text/css" href="form.css">
<script defer>
function generateMailto() {
var address = "requests@mailias.eu.org"
@ -41,38 +43,28 @@
<body>
<div style="text-align: center;">
<img class="noDownload" src="data/img/white-banner.svg">
<img class="noDownload" src="data/img/white-banner.svg">
</div>
<br>
<div style="margin-left: 15px;">
<h2>Instructions:</h2>
<p>First choose the name and the domain of the email that you want. </p>
<p>When you have chosen your name and domain you can use the form below to send a request. Once the request has been sent you might have to wait upto 1 business day for it be accepted. Make sure to check your inbox and
spam for an email from cloudflare asking you to verify your email. Once you have done this your alias will be ready to be used</p>
<p>If you get any errors or need to contact me please send an email to admin@mailias.eu.org or use other contact
methods found on my <a href="https://boofdev.eu.org">homepage</a>.</p>
<form action="https://public.herotofu.com/v1/d0954850-f8a5-11ed-b2e2-c10354b56774" method="post">
<label>Your email</label>
<br>
<input name="User email" placeholder="example@gmail.com" id="userMail" type="email" required>
<br>
<label>The email alias that you want</label>
<br>
<input name="alias" placeholder="example" id="aliasMail" type="text" required>
<br>
<label for="domain">Domain</label>
<br>
<select name="Domain" id="domain">
<option value="mailias.eu.org">mailias.eu.org</option>
<option value="shrail.eu.org">shrail.eu.org</option>
</select>
<br>
<input type="submit" value="Send request">
<br>
<a href="#" id="output" hidden>Generated url</a>
</form>
<br>
<p>Want to get email aliases in bulk? Contact me at admin@mailias.eu.org</p>
<div style="width: 100%; text-align: center;">
<h2>Mailias has been sunset</h2>
<p>
Due to a lack of users and a lack of interest in continuing to maintain and develop Mailias we have decided to sunset it.
<br>
All existing email aliases will not be removed but if they stop working we will not be able to support you.
<br>
If you have any questions please don't hesitate to contact us at support@mailias.eu.org
<br>
<br>
As Arnold Schwarzenegger once said, "I'll be back."
<br>
<br>
<br>
<br>
November 26, 2023
</p>
</div>
</div>
</body>