I’ve configured SMTP in Coolify for my Appwrite instance with the sender email contact@foot224.app. However, when I try to send a "reset password" email, it fails, and the logs show that the wrong sender email is being used.
Here’s the error message from the logs: Error sending mail: SMTP Error: The following recipients failed: mouadzizi5@gmail.com: contact@mouadzizi.com: Sender address rejected: not owned by user contact@foot224.app
I’ve double-checked the SMTP configuration, updated it, and restarted the project, but the issue persists. It seems Appwrite is still attempting to use an old or incorrect sender email (contact@mouadzizi.com) instead of the correct one (contact@foot224.app).
Could anyone assist with resolving this? Is there something else I need to update or reset?
Recommended threads
- User columns stuck on processing
Hi — on Appwrite Cloud (Free), Project ID 69d7dd8200098ed8560c, database mylestone-db. Attributes/columns are stuck in "processing" indefinitely across two coll...
- [SOLVED] Error upgrading from 1.8.1 to 1...
DO Self-hosted server failed to upgrade with this error "Error response from daemon: client version 1.52 is too new. Maximum supported API version is 1.42". U...
- MariaDB refuses to connect to appwrite
Earlier, I tried updating my Appwrite version from 18.1.x to the latest release because my Flutter package required it to function properly. I used the official...