mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 09:13:19 +03:00
🚀 Feature: Add more options for mail server #448
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 @phil3741 on GitHub.
Feature description
Currently we can define an SMTP server for Mail notifications, which works fine for external Mail servers, but does not allow to disable cert checks for local smtp servers (like protonmail bridge).
Disabling Cert Checks, as well as a "Test E-Mail" Button would improve the configuration.
Pitch
I want to use the local protonmail bridge on my server to send e-mails to the users.
While protonmail only listens on 127.0.0.1, we can forward the listening via rinetd to docker.
Despite reaching the smtp server, the sending still fails with the following error:
2024/11/08 08:16:49 Failed to send email to '<EMAIL-ADDRESS': failed to send email: tls: failed to verify certificate: x509: certificate is valid for 127.0.0.1, not
Sending SMTP mails from other clients with disabled certcheck works, but this option is not available in the Pocket ID UI
@stonith404 commented on GitHub:
Great :)
@phil3741 commented on GitHub:
works like a charm in 0.15.0!
Many many thanks!