mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
SMTP No STARTTLS, TLS or SSL? #112
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zer0ish on 2/21/2026
Hello,
I use proton mail business account for my mail server and it works on all my other docker containers.

I fill this form out and get this error:
failed to close data writer: 550 5.7.0 Blocked by SpamAssassinThis is the only line in my log that shows after I click send test notification:
[GIN] 2026/02/20 - 21:57:31 | 400 | 7.055980365s | 10.77.77.68 | POST "/api/v1/notifiers/direct-test"The IP is the laptop I used to do the test in my browser.
I'm using the correct port username, account, etc. I'm copy pasting from a working container to make sure.
The only thing I can see that this one is missing is a STARTTLS/TLS/SSL option.
With Proton it seems to be either STARTTLS or TLS for the majority of my other containers use.
Any help to get this resolved would be great. I like the software and how I can backup to cloudflare. But would love to also be able to use my proton smtp server for notifications.
Thanks