mirror of
https://github.com/bugsink/bugsink.git
synced 2026-05-13 19:09:42 -05:00
f41f8262c1
avoids crashing on "both true" when only `EMAIL_USE_TLS` is explicitly configured > In your setup those are both true because the former is true by default, > and the latter is what you have specified. Set the first to false and you > should be good. See #86