diff --git a/core/function/function_mail.php b/core/function/function_mail.php
index b307784..1baa764 100644
--- a/core/function/function_mail.php
+++ b/core/function/function_mail.php
@@ -24,8 +24,9 @@ function sendmail($toemail, $subject, $message, $from = '') {
}
$message = preg_replace("/href\=\"(?!(http|https)\:\/\/)(.+?)\"/i", 'href="'.$_G['siteurl'].'\\1"', $message);
$sitename=$_G['setting']['sitename'];
+ $sitecopyright=replacesitevar($_G['setting']['sitecopyright']);
$sitelogo=IO::getFileUri('attach::'.$_G['setting']['sitelogo']);
-$message = <<
- Copyright ©2012-2022 DzzOffice All Rights Reserved +
$sitecopyright