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
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...
- Create admin user?
I'm not really sure how this is supposed to work, I installed Appwrite through docker-compose and set it up. When I launched the app and went into it, I created...