Is there a way to add Amazon SES as the mailer? Could not find any configurations on that.
TL;DR
Solution: To add Amazon SES as the mailer, update the SMTP variables in the `.env` file and restart Docker by running `docker compose up -d`. More information on configuring email delivery can be found in the Appwrite documentation: https://appwrite.io/docs/email-deliveryIn cloud?
Or self hosted?
At the moment, self hosted
Edit your SMTP vars in the .env file.
https://appwrite.io/docs/email-delivery
Then restart docker by running
TypeScript
docker compose up -d
awesome, thank you
[SOLVED] Amazon SES
Recommended threads
- Update row sheet not loading
After right clicking a row header and click update, the sidebar fails to load (never-ending skeleton)
- Domain is already used. Please try again...
I have a website with where the www.domain.me This website works just fine But if I try to visit domain.me. I get this error. I keep getting sent to some app ri...
- Realtime api and labels as permission
in my tables i set labels as permission and real-time capabilities stopped working. Before when i was having "any" role everything was working. Note: user have...