[Web] Add feature for null mail
This commit is contained in:
		| @@ -234,7 +234,10 @@ if (!isset($_SESSION['mailcow_cc_role'])) { | ||||
| 					<div class="form-group"> | ||||
| 						<label class="control-label col-sm-2" for="goto"><?=$lang['add']['target_address'];?></label> | ||||
| 						<div class="col-sm-10"> | ||||
| 							<textarea autocorrect="off" autocapitalize="none" class="form-control" rows="5" id="goto" name="goto" required></textarea> | ||||
| 							<textarea id="textarea_alias_goto" autocorrect="off" autocapitalize="none" class="form-control" rows="5" id="goto" name="goto" required></textarea> | ||||
| 							<div class="checkbox"> | ||||
|                 <label><input id="goto_null" type="checkbox" value="1" name="goto_null"> <?=$lang['add']['goto_null'];?></label> | ||||
| 							</div> | ||||
| 							<p><?=$lang['add']['target_address_info'];?></p> | ||||
| 						</div> | ||||
| 					</div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user