SMTP Disabled Error #4932
-
👟 Reproduction stepsWhen I send a password recovery, I get an error (which I did not have before upgrading to 1.2.0) 👍 Expected behaviorIt should send the email without error. 👎 Actual BehaviorI have the following error : 🎲 Appwrite versionVersion 1.2.x 💻 Operating systemLinux 🧱 Your EnvironmentI use latest version of Ubuntu. 👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
|
This error occurs because the For more information on configuring email delivery, refer to the Email Delivery docs. |
Beta Was this translation helpful? Give feedback.
-
|
I'm still getting the same problem with 1.5 version |
Beta Was this translation helpful? Give feedback.
-
|
I have the same problem |
Beta Was this translation helpful? Give feedback.



This error occurs because the
_APP_SMTP_HOSTenvironment variable in your.envfile is blank. Please make sure you fill in the SMTP environment variables. You can validate the env vars are set in your container by runningdocker compose exec appwrite vars.For more information on configuring email delivery, refer to the Email Delivery docs.