Skip to content

Commit e440ba2

Browse files
committed
email fixs
1 parent c928b35 commit e440ba2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cloudlinux.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function deactivate_cloudlinux($ipAddress, $type = false)
5050
$smartyE->assign('h1', 'Cloudlinux License Deactivation');
5151
$smartyE->assign('body_rows', $bodyRows);
5252
$msg = $smartyE->fetch('email/client/client_email.tpl');
53-
(new \MyAdmin\Mail())->multiMail($subject, $msg, ADMIN_EMAIL, 'client/client_email.tpl');
53+
(new \MyAdmin\Mail())->multiMail($subject, $msg, false, 'client/client_email.tpl');
5454
}
5555
request_log('licenses', false, __FUNCTION__, 'cloudlinux', 'removeLicense', [$ipAddress, $type], $response);
5656
myadmin_log('cloudlinux', 'info', "Deactivate CloudLinux({$ipAddress}, {$type}) Resposne: ".json_encode($response), __LINE__, __FILE__);

0 commit comments

Comments
 (0)