Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mail.php doesn't shows utf-8 emails properly #850

Closed
4 tasks done
felixmosh opened this issue Nov 7, 2021 · 0 comments · Fixed by #851
Closed
4 tasks done

Mail.php doesn't shows utf-8 emails properly #850

felixmosh opened this issue Nov 7, 2021 · 0 comments · Fixed by #851
Labels

Comments

@felixmosh
Copy link
Contributor

felixmosh commented Nov 7, 2021

ISSUE TYPE

  • Bug Report

Checklist

OS / ENVIRONMENT

  1. Host operating system and version: osx
  2. (Windows only) Native Docker or Docker Toolbox:
  3. Docker version:
  4. Docker Compose version:
  5. (Linux) Is SELinux enabled?:
  6. What git commit hash are you on?:

SUMMARY

When sending a utf-8 email it doesn't shows properly

STEPS TO REPRODUCE

Send "שלום עולם" (hebrew text) as the body of an email,
image
You will see that it doesn't reproduces to the same text in the app.

EXPECTED BEHAVIOUR

It should show the email as it is.

ACTUAL BEHAVIOUR

It shows the text in gibrish
image

OTHER INFORMATION

Start command

$ docker-compose up httpd bind mysql php redis

Outputs

$ ./check-config.sh

<<< REPLACE THIS LINE WITH OUTPUT FROM ABOVE COMMAND >>>
$ docker-compose logs

<<< REPLACE THIS LINE WITH OUTPUT FROM ABOVE COMMAND >>>

It looks like PHP's base64_encode doesn't supports utf-8 text properly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant