| 30b0aec1 | 28-Jun-2026 |
Andreas Gohr <andi@splitbrain.org> |
Add option to ignore the SMTP server's certificate
New smtp_allow_insecure config option that, when enabled, makes the mailer skip TLS certificate verification, allowing SMTP servers with self-signe
Add option to ignore the SMTP server's certificate
New smtp_allow_insecure config option that, when enabled, makes the mailer skip TLS certificate verification, allowing SMTP servers with self-signed or otherwise untrusted certificates to be used (issue #32).
The integration test now also covers STARTTLS against a self-signed certificate, and the pretest hook starts Mailpit with a generated cert so that test can run.
Closes #32
show more ...
|