Skip to content

Commit 5f15485

Browse files
committed
allow longer cc-Fields
1 parent 033cac3 commit 5f15485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
'default' => '',
188188
'value' => '',
189189
'width' => '30',
190-
'maxlength' => '255'
190+
'maxlength' => '65535'
191191
),
192192
'sender_cc' => array (
193193
'datatype' => 'VARCHAR',

0 commit comments

Comments
 (0)