I cant get this smtp working while when I tested it with a 3rd party website it works like normal
or any way to debug this?
can you check the logs of the appwrite-worker-mails
container using docker compose logs -f appwrite-worker-mails
and then try to let's say reset your password or something?
Basically try to follow the logs of the mails container and send an email
Found the problem: I used too many tries of logging in and the smtp server banned my IP
[SOLVED] SMTP server not sending messages
Recommended threads
- Upgrade Issue
Am having issue upgrading my appwrite account to pro as my card number is 19 and the required input is 16 digit
- createEmailPasswordSession Error using S...
Did someone succeed using SSR approach for login?
- Trying to Figure out how to delete a use...
If i have a button in an app that allows a user to delete their account, can I not just call a function from my swift app to Appwrite to have the account delete...