diff --git a/include/mail.php b/include/mail.php index d1df774..1c8fb65 100644 --- a/include/mail.php +++ b/include/mail.php @@ -36,6 +36,7 @@ function mail_appdb($sEmailList,$sSubject,$sMsg) return; } + $sMsg = html_entity_decode($sMsg); $bResult = mail(APPDB_SENDER_EMAIL, "[AppDB] ".$sSubject, $sMsg, $sHeaders, "-f".APPDB_SENDER_EMAIL); if($bResult)