Commit 5a89f3c6 authored by Joshua Tauberer's avatar Joshua Tauberer

don't allow catch-all addresses in the admin because they take precedence over...

don't allow catch-all addresses in the admin because they take precedence over mail users and that's counter-intuitive

For now use the command-line tools/mail.py if you need it.

see #200

Revert "Changed incomming-email-input to type text"

This reverts commit 9631fab7.
parent ed8fb2d0
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<div class="form-group"> <div class="form-group">
<label for="addaliasEmail" class="col-sm-2 control-label">Email Address</label> <label for="addaliasEmail" class="col-sm-2 control-label">Email Address</label>
<div class="col-sm-10"> <div class="col-sm-10">
<input type="text" class="form-control" id="addaliasEmail" placeholder="Incoming Email Address"> <input type="email" class="form-control" id="addaliasEmail" placeholder="Incoming Email Address">
</div> </div>
</div> </div>
<div class="form-group"> <div class="form-group">
...@@ -156,4 +156,4 @@ function aliases_remove(elem) { ...@@ -156,4 +156,4 @@ function aliases_remove(elem) {
}); });
}); });
} }
</script> </script>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment