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
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Migrate from cloud to localhost
Hello everyone. I need to migrate my test project from cloud to localhost, however it seems that this is possible only if a self-hosted appwrite instance it's h...