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
- functions domain error
I cannot set up the domain for function Iβm trying to add the domain api.example.com I can only use Cloudflare as the DNS provider because my domain provider do...
- Storage Bucket Permissions
Hey folks, when enabling CRUD on the bucket level for the role any, should the bucket be accessible when using a session client?
- Python function - error while creating /...
I have been trying to figure it out myself for the last 2 days. I have self-hosted appwrite instance, and I am running python 3.12 function. It works great up t...