vpanel-stack/panel/ui/vmail/aliases-add.html

22 lines
870 B
HTML
Raw Normal View History

2022-07-01 15:24:26 -07:00
<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>
2022-07-01 15:24:26 -07:00
<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" />