I don't know how to get the OTP code to show in my custom email template for email authentication using OTP.
I have email authentication set up for iOS app, and I'm using resend for my SMTP. Everything seems to work well; the user an receive the email in test, except I don't know what variable (or something else) to use to show the OTP code in the email the user receives.
I customized the email template in Auth -> Templates -> OTP Session.
If we can't get the OTP to show, then the custom template feature for email auth isn't usable. Does anyone know how to solve this?
Recommended threads
- I recently switched to TablesDb. When li...
olddb.list_documents( queries =[ Query.order_desc("timestamp"), Query.equal("isPosted",[False]) ] ) Above works fine and reruns documents But below don't return...
- Database error validating 'min' and 'max...
I keep seeing an error when I try to add a column to a database table within the AppWrite cloud UI. I also see this error when trying to create or update a reco...
- Synchronous Function Execution Timed Out...
Hi Appwrite team 👋 I’m facing a synchronous function execution timeout issue on Appwrite Cloud and would appreciate some guidance. I executed this function u...