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)
TL;DR
Fixed SMTP setup issue by changing the port to one that supports TLS. The second error with worker-webhook remains unresolved.
Olivier Pavie
23 Mar, 2024, 12:36
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 )