
I have tried between 2 different mails and hosts to activate the SMTP of my self-hosted Appwrite instance but to no avail. No matter what I set this is the log I always get.
My env variables:
_APP_SMTP_HOST=premium49.web-hosting.com
_APP_SMTP_PORT=587
_APP_SMTP_SECURE=tls
_APP_SMTP_USERNAME=my-username
_APP_SMTP_PASSWORD=my-password
I also tried this:
_APP_SMTP_HOST=premium49.web-hosting.com
_APP_SMTP_PORT=465
_APP_SMTP_SECURE=ssl
_APP_SMTP_USERNAME=my-username
_APP_SMTP_PASSWORD=my-password
For the 2nd one:
_APP_SMTP_HOST=smtp.ionos.com
_APP_SMTP_PORT=587
_APP_SMTP_SECURE=tls
_APP_SMTP_USERNAME=admin@p***m.app
_APP_SMTP_PASSWORD=***********
Kindle note that all of these configurations worked on all the 3 SMTP test tools I used. Why don't they work on Appwrite?
Recommended threads
- Functions rate limit
Is there a way to remove function rate limit for specific users? "2025-06-01T08:45:26.143734953Z [Error] Method: POST 2025-06-01T08:45:26.143738753Z [Error] UR...
- Can't create a function. The user interf...
I am trying to create a server-side function. I am on the free tier. **I already have three functions that work properly** that I created a few months ago. Now,...
- 1.6 to 1.7 does not work
Appwrite (self-hosted) stopped working after updating from 1.6.2 that was stable. Getting the general_server_error. Mentioning I fallowed all steps for upgrad...
