Unfortunately I have not been able to change the initial sentence in the auth emails with custom smtp added in Appwrite. They are not included in the editable template menu in the dashboard. My whole email is in polish language and only this uneditable part is in english for some reason.
Let me know if there is something I can do about it. Already tried changing the template language to polish, but after refreshing the dashboard page, it is again english as the template language (may be only UI issue though, my templates text are also not rendered correctly, but I receive emails in polish).
It's rather not about device language or something related, because in email source code I can clearly see my polish message and the first sentence in english.
Recommended threads
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...