mirror of
https://github.com/btouchard/ackify-ce.git
synced 2026-01-20 13:00:15 -06:00
* feat(mail): add option to skip TLS certificate verification Add ACKIFY_MAIL_INSECURE_SKIP_VERIFY environment variable to allow bypassing TLS certificate verification for self-signed certificates. This is useful for development/testing environments with self-signed SMTP certificates while maintaining secure defaults (false by default). * docs: add ACKIFY_MAIL_INSECURE_SKIP_VERIFY documentation