mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 20:17:14 +01:00
bugfix emailbackup testmail utf-8
This commit is contained in:
parent
40734ccd66
commit
4acb921b51
@ -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
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user