Mail - text encoding

Hello community!

I have installed nextcloud 25 on debian 11. When ever i send mail with special characters i am having those characters on image bellow

image

If fixed fr-FR in config.php file but still have the same result.

Someone can help me please?

Hello @wwe , any help please?

what is the problem/question.

When i send mail in french with Mail application, accented characters are displayed like on the image in the main post.

so when you type

Héllô

you get

ũ é

It is unclear to me what you are trying to accomplish in you email.

please explain the action you take and the result you get apposed to the result you expect.

1 Like

Here is an illustration!

This is what i typed :

And this is what i received

image

thank you for clearing that.

can you check if your php.ini is set to utf-8
(adjust 8.1 to your version, and apache2 to fpm if needed)

cat /etc/php/8.1/apache2/php.ini | grep default_charset |head -n1

can you confirm there is

‘mysql.utf8mb4’ => true,

in your /var/www/nextcloud/config/config.php

can you supply php version and database type

Here is the result. I use postgresql and php 8.1

could you remove picture from previous post as it has private information that you should not share.

I am not very familiar with postgre can you share the output of

psql
postgres=# SHOW SERVER_ENCODING;
postgres=# \c intellcloud
postgres=# SHOW SERVER_ENCODING;

what client are you using ?

This the result:

Are you asking about database client?

My postgres version is 13.