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
- redirect_uri errors on flutter client
Hi all, I'm using the flutter client for my app to do appwrite auth and use the JWTs to send to my backend. When I try to sign in with SSO, I get this: https:/...
- How does sending email from the Appwrite...
I noticed that the pricing page mentions “Messages – 1000 per month” for the Free plan. Is this different from sending emails? When I try to send an email usin...
- float
Hello everyone, So, I created a column of type **float** with the **min** and **required** options, I noticed that it wouldn't let me set a **2 decimal points ...