Hello I am trying to send an email using the SMTP setup inside the .env The SMTP provider is << https://resend.com/ >> however when i try to add someone in the organisation i get the following error ( screenshot )
I also have an isssue with the worker-webhook ( screenshot 2 without the worker mail name)
I think I fixed the Issue,.... Appwrite use STARTTLS when specifying APP_SMTP_SECURE= tls so I changed my port to another one that use that config and It worked .....
Still what about the second error ( worker-webhook )
Recommended threads
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Delete on cascade from Cloud Function
I'm writing a Python function that deletes a user's main row from a table in my database. This row has relationships with other tables that use cascade deletion...
- 1.9.6 Console handles all array columns ...
When creating or updating a row in the appwrite 1.9.6 web console, the form treats all list columns as a type string. Even if the column is a list of booleans, ...