You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 12, 2024. It is now read-only.
When LS webstore send an order email or an contact email, the emails have wrong characters, I guess is a UTF or ISO compability issue.
Do you known someone what I should do?
Do I need add a PHP code in some files? <?php header('Content-Type: text/html; charset=UTF-8'); ?> ``
or is a web server administration issue?
Hello again,
When LS webstore send an order email or an contact email, the emails have wrong characters, I guess is a UTF or ISO compability issue.
Do you known someone what I should do?
Do I need add a PHP code in some files?
<?phpheader('Content-Type: text/html; charset=UTF-8'); ?> ``or is a web server administration issue?
Thank you in advance, Juan