I am having issues getting invite emails sent out to our selfhosted instance.
We deployed on azure and opened up the outbound port 587 and realized that was the port used by mailgun. So we opened up SMTP port 25 for outbound. Still not working. attached image is of the .env file smtp settings.
Thoughts?
we are hosting on azure vm
this is the env settings I have setup for smtp
when I do password reset and / or invite a user to our selfhosted instance emails don't go out?
in azure VM networking settings I opened up outbound port 25
we also have port 587 outbound opened up
I can telnet to mailgun from the VM
some more logs from looking at appwrite-work-mails log
Recommended threads
- How to disable appwrite/embedding from s...
Hi everyone! I'm currently running a self-hosted instance of Appwrite. For my current use case, I don't need the AI/embedding features, and I noticed the `app...
- Invalid type for attribute 'email': emai...
I'm using the node-appwrite SDK to create a table, the column payload looks like this: ```json [{"key":"email","type":"email","required":true, "size": 512}] ``...
- Git connection is not working anymore on...
Hello all, I updated from 1.8.1 to 1.9.0 then 1.9.5. All seems to work even the Github connection. In Git configuration I see my Github user but when trying to...