Skip to content

Commit 17b0156

Browse files
author
Till Brehm
committed
Merge branch 'optional_outgoing_bcc' into 'stable-3.1'
sender_cc must be optional See merge request ispconfig/ispconfig3!1083
2 parents e22ff4f + ce345af commit 17b0156

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

interface/web/mail/form/mail_user.tform.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,8 @@
199199
2 => array( 'event' => 'SAVE',
200200
'type' => 'TOLOWER')
201201
),
202-
'validators' => array ( 0 => array ( 'type' => 'ISEMAIL',
202+
'validators' => array ( 0 => array ( 'type' => 'ISEMAILADDRESS',
203+
'allowempty' => 'y',
203204
'errmsg'=> 'sender_cc_error_isemail'),
204205
),
205206
'default' => '',

0 commit comments

Comments
 (0)