I have 4 custom email templates on my self-hosted Appwrite instance:
- email verification
- reset password
- security alert
- 2FA verification.
email verification and reset password are working fine, but security alert and 2FA verification keep sending me the old template.
My Appwrite installation is version 1.8.0
Is this the issue that you're facing? https://github.com/appwrite/console/issues/2106
No, not this. I had this issue in 1.7.4 but it was fixed in 1.8.0. This one is a different issue. The templates update as it should in the console, but in the email delivery, only email verification and reset password are working fine, security alert and 2FA verification emails still send the default Appwrite templates
Are you using free plan or paid plan?
I am using a self-hosted instance
Recommended threads
- Appwrite-injected variables are not avai...
I am using rust-1.83 as a runtime and try to access APPWRITE_FUNCTION_API_ENDPOINT or APPWRITE_FUNCTION_API_KEY during runtime. Both are not set during my execu...
- OAuth Missing redirect URL
Hello all, on a Flutter mobile app with latest Appwrite dependency (25.4.0) I always got "Missing redirect URL" - "Your OAuth login flow is missing a proper red...
- Custom domain for Google Auth
Hello! I connected my custom domain to my Appwrite project, but I can't get the Google login/consent screen to show my domain instead of the Appwrite domain. I...