mirror of
https://github.com/btouchard/ackify.git
synced 2026-05-02 04:59:33 -05:00
feat(mail): add ACKIFY_MAIL_INSECURE_SKIP_VERIFY option (#6)
* 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
This commit is contained in:
@@ -57,6 +57,7 @@ ACKIFY_OAUTH_PROVIDER=google
|
||||
# ACKIFY_MAIL_FROM_NAME=Ackify
|
||||
# ACKIFY_MAIL_TLS=true
|
||||
# ACKIFY_MAIL_STARTTLS=true
|
||||
# ACKIFY_MAIL_INSECURE_SKIP_VERIFY=false
|
||||
|
||||
# Security Configuration
|
||||
ACKIFY_OAUTH_COOKIE_SECRET=your_base64_encoded_secret_key
|
||||
|
||||
Reference in New Issue
Block a user