You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Verify SSL/TLS certificates during SMTP sending
# WARNING: Disabling verification using a 'false' value
# can make you vulnerable to MITM attacks
MAIL_VERIFY_SSL=false
So I added this to the env section within the configuration:
- name: MAIL_VERIFY_SSL
value: false
Result is: “Failed to save add-on configuration, not a valid value.”
Expected behavior
Add-on should accept this env setting.
Actual behavior
Can't save and can't use this option.
Steps to reproduce
See above.
Proposed changes
Add the MAIL_VERIFY_SSL as a valid value.
The text was updated successfully, but these errors were encountered:
Problem/Motivation
I need to add the MAIL_VERIFY_SLL option:
Source: https://www.bookstackapp.com/docs/admin/email-webhooks/
So I added this to the env section within the configuration:
Result is: “Failed to save add-on configuration, not a valid value.”
Expected behavior
Add-on should accept this env setting.
Actual behavior
Can't save and can't use this option.
Steps to reproduce
See above.
Proposed changes
Add the MAIL_VERIFY_SSL as a valid value.
The text was updated successfully, but these errors were encountered: