Is it possible to use the SMTP server in Appwrite for emails from the project?
e.g. sendEmail('to', 'template', 'from', whatever) or just using the projects credentials
or maybe they have to be defined to avoid spam is my guess
Not at the moment. We're working on something like this though
awesome thank you!
Recommended threads
- Appwrite self host version mismatch
Cloud is on 1.9.5 but Docker Hub only has 1.9.0. Migration fails with 404 general_route_not_found. When will 1.9.5 be published to Docker Hub?
- Unable to connect over this domain.. _AP...
I stood up a fresh VPS and deployed Appwrite 1.9.0 using CLI. Now when I try to access Appwrite using servers IP address I get an Unable to connect over this do...
- Realtime Error Invalid query: Syntax err...
I was test driving Self-Hosted Appwrite for my use with Swift IOS apps as a backend while back and after successful trials, I started to move to incorporate int...