
Is it possible to customize them or change language?

Customize no Change language yes

You can change the _APP_LOCALE
variable inside .env
file to any of the following languages
https://github.com/appwrite/appwrite/blob/master/app/config/locale/codes.php

For more details on the .env
file you can look here
https://appwrite.io/docs/environment-variables

Hi there👋 Unfortunately no, since we have a template inbuillt: https://github.com/appwrite/appwrite/blob/master/app/config/locale/templates/email-base.tpl but if you want to add something on your own then you'd need to make the changes but it would be tougher than expected. But yes, language is possible as said earlier

If I'm not wrong that doesn't changes email's language

I will try, thanks

It worked for me lmn

SOLVED. After forcing rebuilding everything, the language changed

[SOLVED] Customize magic link/password reset email
Recommended threads
- No mails from Appwrite
Hello, Since severals days, i have a problem : i d'ont received any mails from Appwrite. I'm using the auth by mail and i don't any code so any mails from App...
- Appwrite Education program
I have applied for the GitHub Student Developer Pack and it was approved so that i can be eligible for the Appwrite Education program in Appwrite BUT it is sh...
- Relationships restricted to a max depth ...
When I do query like: ``` await _databases.listDocuments( databaseId: AppwriteConfig.DATABASE_ID, collectionId: AppwriteConfig.SERVICES_COLLECTI...
