From 4acb921b51e65c3f37f5d37bcf01fe4a57ccf91e Mon Sep 17 00:00:00 2001 From: OpenXE <> Date: Wed, 31 Jan 2024 18:38:53 +0100 Subject: [PATCH] bugfix emailbackup testmail utf-8 --- www/pages/emailbackup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/pages/emailbackup.php b/www/pages/emailbackup.php index 271a84e1..4e82d20d 100644 --- a/www/pages/emailbackup.php +++ b/www/pages/emailbackup.php @@ -296,7 +296,7 @@ $width = array('10%'); // Fill out manually later array($result[0]['email']), array($result[0]['angezeigtername']), 'OpenXE ERP: Testmail', - utf8_encode('Dies ist eine Testmail für Account "'.$result[0]['email'].'".'), + 'Dies ist eine Testmail für Account "'.$result[0]['email'].'".', '',0,false,'','', true )