Skip to content

Commit ce345af

Browse files
committed
allow '+' recipient delimiter in sender_cc address
1 parent 600a4b0 commit ce345af

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
@@ -199,7 +199,7 @@
199199
2 => array( 'event' => 'SAVE',
200200
'type' => 'TOLOWER')
201201
),
202-
'validators' => array ( 0 => array ( 'type' => 'ISEMAIL',
202+
'validators' => array ( 0 => array ( 'type' => 'ISEMAILADDRESS',
203203
'allowempty' => 'y',
204204
'errmsg'=> 'sender_cc_error_isemail'),
205205
),

0 commit comments

Comments
 (0)