We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bad49e1 commit 600a4b0Copy full SHA for 600a4b0
1 file changed
interface/web/mail/form/mail_user.tform.php
@@ -200,6 +200,7 @@
200
'type' => 'TOLOWER')
201
),
202
'validators' => array ( 0 => array ( 'type' => 'ISEMAIL',
203
+ 'allowempty' => 'y',
204
'errmsg'=> 'sender_cc_error_isemail'),
205
206
'default' => '',
0 commit comments