Faisal7
hello everybody, i need quick assistant on setting the custom email template body. i see in appwrite console the template area and their i see that i can set these values ``<p>{{emails.mfaChallenge.hello}},</p>
<p>{{emails.mfaChallenge.body}}</p> <p><a href="{{redirect}}" target="_blank">{{redirect}}</a></p> <p>{{emails.mfaChallenge.footer}}</p> <p style="margin-bottom: 32px"> {{emails.mfaChallenge.thanks}}, <br/> {{emails.mfaChallenge.signature}} </p>`` but where do i set for example {{emails.mfaChallenge.body}} do i set it hier directly or where? and maybe also can somebody explain me the process from the setting of smtp, custom template for different languages. for example how it work when i have app and the app is in 2 different languages english and german. How do i set the template for these two lanuages with custom content?TL;DR
Developers are looking to set up custom email templates in Appwrite. They are unsure of where to directly set the template values like {{emails.mfaChallenge.body}}. Additionally, they need guidance on setting up custom email templates for multiple languages and how it integrates with SMTP settings.
Solution: To set the custom template values, developers need to define them in the Appwrite console's 'Template' area. To handle multiple languages, developers can create language-specific templates with custom content and configure language selection based on user settings or application logic. Recommended threads
- mime type for docx too long?
Hello, I am trying to upload a docx file to storage, but the mime type is too long. I get the following error: ``'Invalid document structure: Attribute "mimeTy...
- Selfhost Appwrite without Traefik or on ...
Hey, I am using Nginx as Reverse Proxy. Is it possible to modify the Traefik Ports or run it without Traefik at all? I want to run it via Docker Compose
- Appwrite-Lite requires Docker Login?
Is that supposed to be the case? "ERROR: pull access denied for appwrite/appwrite-lite, repository does not exist or may require 'docker login': denied: reque...