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
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...