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
- 1:1 relationship doesn’t sync after re-a...
Hi, I’m trying to use a two-way one-to-one relationship. It works fine when I create a record with the relationship set, and it also works when I unset it. But ...
- Upsert with setting permissions
Hi there, I am using self-hosted appwrite v1.7.4 and trying to use the bulk update stuff that was released with 1.7.x. Unfortunally I found that there is an ser...
- Github connection error - Self Hosted Ap...
I am trying to connect my github account to deploy a project to sites, but Connect to Gtihub button is disabled. I have configured all Env variables needed for...