6C656C65
6C656C65
I added the environment variable `SEMAPHORE_EMAIL_TLS`, I restarted my docker but when a task fails, no mail is sent (no outgoing SMTPS flow). ``` ... - SEMAPHORE_EMAIL_TLS=true - SEMAPHORE_EMAIL_SENDER=REDACTED -...
@Twim4 Thanks, I hadn't seen the box on the WebUI. Now, Semaphore connects via SMTPS, and I see the authorized traffic on my firewall. The problem is that I don't...
I have a Vaultwarden running in another container on the same machine. The Vaultwarden and the LLDAP use the same address IP to pass through the firewall, so they have...
I've set the LLDAP log file to debug mode with an attachment. The SMTP-related configurations are present. Can you confirm that `from` and `reply_to` can be empty? I will try...
I quickly tried some Rust code with the `lettre 0.10.1` and `rustls 0.20` libraries, using the same versions you're using in `lldap 0.6.1`, to test, and the email is successfully...
Well, I have good news: I was able to send emails. After several tests, analyzing libraries and code, I have some clues as to what was causing the problem. My...