22 lines
870 B
HTML
22 lines
870 B
HTML
<include href="header.html" />
|
|
|
|
<form action="{{@REALM}}" method="POST">
|
|
<fieldset>
|
|
<legend>Add New Email Alias for {{@PARAMS.mbox}}@{{@PARAMS.domain}}</legend>
|
|
<label for="alias">Alias <small>(enter local-part only, e.g. enter joe for joe@stackaas.com)</small></label>
|
|
<input id="alias" name="alias" type="text" placeholder="joe" value="" required>
|
|
|
|
<input type="submit" value="Submit">
|
|
<button id="reset" type="reset">Reset</button>
|
|
|
|
</fieldset>
|
|
</form>
|
|
|
|
<p>
|
|
<b>Aliases</b> are pseudo addresses, they do not actually exist as an email account. Email sent to the alias you create here will be delivered to {{@PARAMS.mbox}}@{{@PARAMS.domain}}.
|
|
<br><br>
|
|
<b>Note</b> that the same alias can be linked to mutliple email accounts. For example, you can have info@example.com aliased to both joe@example.com & jill@example.com.
|
|
</p>
|
|
|
|
<include href="footer.html" />
|