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
- Dart Runtime as Function is missing
Hey guys, I set the _APP_FUNCTIONS_RUNTIMES to dart-3.10 and redeployed the appwrite stack but unfortunately the dart runtime doesnt show up. I copied the val...
- Go 1.25 runtime
So I'm trying to use go 1.25 for my functions and I can only find go-1.23 as a function runtime. So I did some searching and found https://github.com/appwrite/a...
- Failed to generate functions SSL
```appwrite-worker-certificates | Cannot renew domain (functions.domain.com) on attempt no. 9 certificate: Failed to verify domain DNS records. appwrite-worker...