Can anyone recommend any self-hosted docker-base SMTP servers? Like this project https://github.com/appwrite/docker-smtp But this is not up to date.
We suggest you use one of the third party ones.
We used to offer a built in SMTP, but self-hosted SMTP services are almost always labelled as spam by Gmail, Outlook, etc.
I personally use Sendgrid
Do you have any suggestion for self hosting email server?
I used Mailu before as it is docker based, and easy to setup: https://mailu.io/
Buuut I got problems with spam protection and I had to learn A LOT about DNS servers.. And eventually I still got into spam box.. So I just gave up and started using Mailgun.
I wouldn't recommend it tbh, I've never had a good experience. It always gets labeled as spam π
Recommended threads
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...
- Whats best practise for Appwrite Cloud?
Appwrite Teams map very nicely to my needs, it is how i group users together. ... I use roles to define permissions. Should I also map a table to each team ? ...
- Error getting preview of file
Rest Response: ``` { "message": "Server Error", "code": 500, "type": "general_unknown", "version": "1.8.1" } ``` Appwrite Logs ``` appwrite ...