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
- Domain is owned by a different organizat...
Hi Appwrite team, I'm trying to add my custom domain **futlive9.com** to my project, but I'm getting the error: "Domain is owned by a different organization." ...
- Get Profile picture
If I made an app where user need to sign in with Google. Now how do I access the user profile picture?
- Intermittent 60s edge-to-origin stalls r...
Anyone having this problem? Region: SFO. Plan: Pro. UPDATE: "Fastly's documentation notes that enabling origin shielding can resolve backend connection problem...