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
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- I recently applied for the free plan und...
I recently applied for the free plan under the GitHub Student Developer Pack. However, my billing status still shows $15, and it mentions that this amount will ...
- Bug Report: Appwrite Console UI Issue on...
Steps to Reproduce: - Navigate to any collection page in the Appwrite console UI. - Open the menu and click on "Create Collection." - Observe that the dialog to...