Added unwanted space in panel check list #978
@@ -402,6 +402,7 @@ public $records = [];
|
||||
|
||||
$mail = Mail::to($mailRule->email);
|
||||
|
||||
|
||||
if (!empty($mailRule->cc_emails)) {
|
||||
$ccEmails = array_filter(
|
||||
array_map('trim', explode(',', $mailRule->cc_emails))
|
||||
|
||||
Reference in New Issue
Block a user