mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-12-25 06:00:28 +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]['email']),
|
||||||
array($result[0]['angezeigtername']),
|
array($result[0]['angezeigtername']),
|
||||||
'OpenXE ERP: Testmail',
|
'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,'','',
|
'',0,false,'','',
|
||||||
true
|
true
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user