[Postfix] BCC destination must be single email address, fixes #993

master
andre.peters 2018-02-03 07:49:31 +01:00
parent 9069a6f358
commit 0e7cd4eeeb
1 changed files with 1 additions and 1 deletions

View File

@ -621,7 +621,7 @@ if (isset($_SESSION['mailcow_cc_role'])) {
<label class="control-label col-sm-2" for="bcc_dest">BCC destination</label>
<div class="col-sm-10">
<textarea id="bcc_dest" class="form-control" autocapitalize="none" autocorrect="off" rows="10" id="bcc_dest" name="bcc_dest" required><?=$result['bcc_dest'];?></textarea>
<small>BCC destinations can only be valid email addresses. Separated by whitespace, semicolon, new line or comma.</small>
<small>BCC destination must be a single valid email address.</small>
</div>
</div>
<div class="form-group">