Is it possible to use the SMTP server in Appwrite for emails from the project?
TL;DR
The user wants to know if it's possible to use the SMTP server in Appwrite for sending emails from the project. The support response states that it is not currently possible, but they are working on implementing a feature like that in the future. The support response also speculates that the reason for not having this feature may be to prevent spam. No solution is provided in this thread.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
- Guidance to safely upgrade Appwrite to l...
One of my old Flutter projects runs on a DO self-hosted Appwrite. Currently it's on appwrite: ^15.0.2 dart_appwrite: ^15.0.0 The app is live on the Play Stor...
- 1.9.1 update
do you guys, have new update workflow? migration asking me to run browser..... on VPS.
- Using Binary Log with Appwrite
If I can remember correctly appwrite uses mariaDB as the underlying database. If so could I use mariaDB’s binary log to see database operations from appwrite?