Hello, I am using appwrite cloud console and in frontend using a quasar project the user signup is getting successful and user is getting created and creating a session but when I try to call await account.createVerification('http://localhost:8081/auth/login') for vertification I am getting the following error AppwriteException: SMTP Disabled at Client.eval How to enable the SMTP if we are using cloud console and I am using websdk
Hi - any screenshots you can help me with?
So basically I am using appwrite in digitalOcean droplet instance and I don't know where to configure the SMTP
getting this error in console
SMTP is pre-configured on cloud so you don't have to do anything 🤔
What about if we use digitalocean droplet?
how to configure and use, I couldn't find any resources online as most of the articles are with docker images
wait, you are using appwrite cloud https://cloud.appwrite.io/ right?
yeah, in appwrite cloud it was working after rechecking, but now I am testing with digitalocean appwrite droplet with the provided ipv4
how can I configure the SMTP there?
Please see "Step 4: Enable SMTP from Digital Ocean console "
thanks a lot
[SOLVED] Verification issue
Recommended threads
- Method EQUAL not wrking in REST API Quer...
Request: ``` postman request 'https://nyc.cloud.appwrite.io/v1/tablesdb/{databaseId}/tables/{tableId}/rows?queries[]={%22method%22%3A%22select%22%2C%22values%2...
- OIDC not working on Appwrite cloud
tl;dr: same project settings, same OIDC credentials. Auth works on self hosted but not in cloud. I have a project in my self hosted instance with a single web ...
- Is it possible to deploy pre-built Nuxt ...
Hi, is it possible to only deploy the ./.output folder of a Nuxt App that uses server side routes to Appwrite Sites? Background is that the build produced ...